|
OpenStructure
|
#include <packing_potential.hh>
Public Member Functions | |
| PackingPotentialOpts () | |
| PackingPotentialOpts (int bucket_size, int max_count, Real cutoff, Real sigma=0.02) | |
| template<typename DS > | |
| void | Serialize (DS &ds) |
Data Fields | |
| Real | sigma |
| Real | cutoff |
| int | bucket_size |
| int | max_counts |
Definition at line 36 of file packing_potential.hh.
initialise with sigma 0.02 and bucket_size 1 distance cutoff 2.0 and max_counts 100.
| PackingPotentialOpts | ( | int | bucket_size, |
| int | max_count, | ||
| Real | cutoff, | ||
| Real | sigma = 0.02 |
||
| ) |
initialise with specified bucket size, max count and sigma
| void Serialize | ( | DS & | ds | ) |
| int bucket_size |
bin size for counts.
Definition at line 49 of file packing_potential.hh.
| Real cutoff |
upper distance cutoff
Definition at line 47 of file packing_potential.hh.
| int max_counts |
maximal number of atoms
Definition at line 51 of file packing_potential.hh.
| Real sigma |
sigma for smoothing, after Sippl, 1990. Usually set to 0.02
Definition at line 45 of file packing_potential.hh.
1.8.1.1