ParM
parm
A molecular dynamics library
|
#include <interaction.hpp>
Public Member Functions | |
BondGrouping (flt k, flt x0, AtomID a1, AtomID a2, BondDiffType diff=UNBOXED, OriginBox *box=NULL) | |
Vec | diff (Box &box) const |
int | get_fixed (uint i) |
bool | same_atoms (BondGrouping &other) |
Public Attributes | |
flt | k |
flt | x0 |
AtomID | a1 |
AtomID | a2 |
BondDiffType | diff_type |
array< int, NDIM > | fixed_box |
BondGrouping::BondGrouping | ( | flt | k, |
flt | x0, | ||
AtomID | a1, | ||
AtomID | a2, | ||
BondDiffType | diff = UNBOXED , |
||
OriginBox * | box = NULL |
||
) |
|
inline |
|
inline |
AtomID BondGrouping::a1 |
AtomID BondGrouping::a2 |
BondDiffType BondGrouping::diff_type |
array<int,NDIM> BondGrouping::fixed_box |
flt BondGrouping::k |
flt BondGrouping::x0 |