#include <HybridMdMove.h>
Inheritance diagram for HybridMdMove:

Definition at line 16 of file HybridMdMove.h.
Public Member Functions | |
| HybridMdMove (McSystem *const system) | |
| Constructor. | |
| virtual void | read (FILE *file) |
| Read nStep, dt, skin, maxNPair from file. | |
| virtual void | initialize () |
| Initialize McMove base class and integrator, copy the position array. | |
| bool | move () |
| Generate, attempt and accept or reject a move. | |
Protected Attributes | |
| MdSystem * | integrator |
| MdSystem object used for MD. | |
| HybridMdMove::HybridMdMove | ( | McSystem *const | system | ) |
Constructor.
Constructs a component Integrator object.
Definition at line 13 of file HybridMdMove.cpp.
References integrator.
1.4.7