Skip to content

Forcefield :: HardSphere

mrnucleation edited this page Dec 11, 2018 · 6 revisions

Forcefield :: HardSphere

A Monte Carlo implimentation of a basic HardSphere model. Primarily used as a system which many of the physical properties are derivable by hand which makes it useful for testing sampling methods for accuracy.

Forcefield Create Format:

  HardSphere 
                            

##Force Field Parameters

  • R-Min

Forcefield Definition Block Format:

  (Atom Type) (r-Minimum value) 
   -- or --
  (Atom Type1) (Atom Type2) (r-Minimum value)                             

Forcefield Definition Example:

forcefield 1
  1 1  0.5 
  1 2  1.0 
  2 2  1.5 
end_forcefield                           
Clone this wiki locally