This commit is contained in:
Eisuke Kawashima
2020-03-14 12:38:28 +09:00
parent fa7085be07
commit 649a8cc01a
401 changed files with 617 additions and 617 deletions

View File

@ -7,7 +7,7 @@ namespace ATC
enum Interaction{PAIRWISE=1, EAM=2, THREE_BDY=4, ANGLE_BND=8};
//! Booleans that enable types of terms the potential uses.
struct Interactions {
//! Enables up to 3 interaction types. (order independant)
//! Enables up to 3 interaction types. (order independent)
Interactions(int a=0, int b=0, int c=0);
bool pairwise; //!< Pairwise interaction terms exist.
bool embedding; //!< Embedding interaction terms (EAM) exist.