#include <all_atom_potential.hh>
Public Member Functions | |
| AllAtomPotentialOpts () | |
| AllAtomPotentialOpts (float lower_cutoff, float upper_cutoff, float distance_bucket_size, int sequence_sep, float sigma=0.02) | |
| template<typename DS > | |
| void | Serialize (DS &ds) |
Data Fields | |
| float | sigma |
| float | lower_cutoff |
| float | upper_cutoff |
| float | distance_bucket_size |
| int | sequence_sep |
Definition at line 36 of file all_atom_potential.hh.
| AllAtomPotentialOpts | ( | float | lower_cutoff, | |
| float | upper_cutoff, | |||
| float | distance_bucket_size, | |||
| int | sequence_sep, | |||
| float | sigma = 0.02 | |||
| ) |
| void Serialize | ( | DS & | ds | ) | [inline] |
| float distance_bucket_size |
| float lower_cutoff |
atoms that are closer than the lower cutoff are not considered
Definition at line 46 of file all_atom_potential.hh.
| int sequence_sep |
| float sigma |
| float upper_cutoff |
atoms that are further apart than the upper cutoff are ignored
Definition at line 48 of file all_atom_potential.hh.
1.5.8