|
OpenMD 3.2
Molecular Dynamics in the Open
|
Storage specific to the SPF-RNEMD method that allows for a new simulation to pick up where an old one left off. More...
#include <Snapshot.hpp>
Public Member Functions | |
| void | clear () |
| Reset member variables to their defaults. | |
Public Attributes | |
| Vector3d | pos {V3Zero} |
| location to place a selected molecule | |
| RealType | lambda {0.0} |
| how much of the molecule has been transferred | |
| int | globalID {-1} |
| which molecule have we selected | |
Storage specific to the SPF-RNEMD method that allows for a new simulation to pick up where an old one left off.
std::shared_ptr Definition at line 66 of file Snapshot.hpp.
|
inline |
Reset member variables to their defaults.
Prefer this to resetting a std::shared_ptr<SPFData> or allocating/deallocating more memory.
Definition at line 75 of file Snapshot.hpp.
| int OpenMD::SPFData::globalID {-1} |
| RealType OpenMD::SPFData::lambda {0.0} |
how much of the molecule has been transferred
Definition at line 68 of file Snapshot.hpp.
Referenced by clear().
| Vector3d OpenMD::SPFData::pos {V3Zero} |
location to place a selected molecule
Definition at line 67 of file Snapshot.hpp.
Referenced by clear().