Derived struct for a Lennard Jones potential. More...
Data Fields | |
| real_t | cutoff |
| potential cutoff distance in Angstroms More... | |
| real_t | mass |
| mass of atoms in intenal units More... | |
| real_t | lat |
| lattice spacing (angs) of unit cell More... | |
| char | latticeType [8] |
| lattice type, e.g. More... | |
| char | name [3] |
| element name More... | |
| int | atomicNo |
| atomic number More... | |
| int(* | force )(SimFlat *s) |
| function pointer to force routine More... | |
| void(* | print )(FILE *file, BasePotential *pot) |
| void(* | destroy )(BasePotential **pot) |
| destruction of the potential More... | |
| real_t | sigma |
| real_t | epsilon |
| real_t LjPotentialSt::cutoff |
| void(* LjPotentialSt::destroy)(BasePotential **pot) |
| int(* LjPotentialSt::force)(SimFlat *s) |
| real_t LjPotentialSt::lat |
| char LjPotentialSt::latticeType[8] |
| void(* LjPotentialSt::print)(FILE *file, BasePotential *pot) |