Skip to content
Snippets Groups Projects
Commit e1b235cf authored by Damme, R. van (Robin)'s avatar Damme, R. van (Robin)
Browse files

Update README.md

parent 781c4159
No related branches found
No related tags found
No related merge requests found
# FBMC
Floppy-box Monte Carlo (FBMC) is a simulation method for obtaining the crystal structure of atomic or colloidal particles.
This code implements the algorithm described in (https://dspace.library.uu.nl/handle/1874/259898) to convex hard particles.
This code implements the algorithm described in [the following paper](https://dspace.library.uu.nl/handle/1874/259898) to convex hard particles.
## Building ##
......@@ -14,7 +14,7 @@ Linux:
## Usage ##
This code calculates the crystal structure of any convex(!) (sphero)polyhedron. To do this, it needs to know only two things: the shape to simulate, and how many particles per unit cell to try. To run a FBMC simulation, use `/wherever_you_placed_it/FBMC/bin/fbmc -N [#PARTICLES PER UNIT CELL] -s [.OBJ FILE PATH]`.
This code calculates the crystal structure of any convex(!) (sphero)polyhedron. To do this, it needs to know only two things: the shape to simulate, and how many particles per unit cell to try. To run a FBMC simulation, use `./wherever_you_placed_it/FBMC/bin/fbmc -N [#PARTICLES PER UNIT CELL] -s [.OBJ FILE PATH]`.
You can provide the shape you want to simulate as a .obj file. [Wavefront .obj](https://en.wikipedia.org/wiki/Wavefront_.obj_file) is a basic text file format for 3D mesh data. Many tools that can do something with 3D meshes (e.g. Mathematica) can output them in the .obj format. A few shapes are included in the 'obj' folder that you can use to test.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment