Gromacs
2025-dev-20241008-cf8b9ef
|
Helper struct for single angle in virtual site.
Public Member Functions | |
VirtualSiteAngle (const std::string &a1, const std::string &a2, const std::string &a3, real v) | |
Explicit constructor. More... | |
Public Attributes | |
std::string | atom1 |
Atom 1 in angle. | |
std::string | atom2 |
Atom 2 in angle. | |
std::string | atom3 |
Atom 3 in angle. | |
float | value |
Value for angle. | |
|
inline |
Explicit constructor.
[in] | a1 | First atom name. |
[in] | a2 | Second atom name. |
[in] | a3 | Third atom name. |
[in] | v | Value for angle. |