Apply restraints during MD integration.
The classes here are available through the public API. To write a restraint plugin, implement gmx::IRestraintPotential with a calculation method that produces a PotentialPointData for each site to which MD forces will be applied.
|
using | gmx::Vector = ::gmx::RVec |
| Provide a vector type name with a more stable interface than RVec and a more stable implementation than vec3<>. More...
|
|
Provide a vector type name with a more stable interface than RVec and a more stable implementation than vec3<>.
- Warning
- ABI depends on compile-time value of GMX_DOUBLE, which is usually provided through the build system by
target_link_libraries(... Gromacs::libgromacs)
in the client's CMakeLists.txt
.