Gromacs
2024.5
|
Helper struct for single bond in virtual site.
Public Member Functions | |
VirtualSiteBond (const std::string &a1, const std::string &a2, real v) | |
Explicit constructor. More... | |
Public Attributes | |
std::string | atom1 |
Atom 1 in bond. | |
std::string | atom2 |
Atom 2 in bond. | |
float | value |
Distance value between atoms. | |
|
inline |
Explicit constructor.
[in] | a1 | First atom name. |
[in] | a2 | Second atom name. |
[in] | v | Value for distance. |