Gromacs
2024.4
|
Data type to store information about bonded interactions for virtual sites.
Public Member Functions | |
VsiteBondedInteraction (gmx::ArrayRef< const int > atomIndex, real parameterValue) | |
Constructor initializes datastructure. | |
const int & | ai () const |
Access the individual elements set for the vsite bonded interaction. | |
const int & | aj () const |
const int & | ak () const |
const int & | al () const |
const real & | parameterValue () const |