TPS requires an initial trajectory to begin it's MC walk, in analogy to a real-space starting configuration for a traditional MC simulation. The initial trajectory need not be a valid member of the path ensemble as the MC walk will tend to equilibrate the system to sample the TPE. More...
#include <TpsInitializer.h>

Public Member Functions | |
| TpsInitializer () | |
| virtual | ~TpsInitializer () |
| virtual void | initializeTrajectory (TpsTrajectory &, TpsOrderParameter &) |
TPS requires an initial trajectory to begin it's MC walk, in analogy to a real-space starting configuration for a traditional MC simulation. The initial trajectory need not be a valid member of the path ensemble as the MC walk will tend to equilibrate the system to sample the TPE.
| TpsInitializer::TpsInitializer | ( | ) |
| TpsInitializer::~TpsInitializer | ( | ) | [virtual] |
| void TpsInitializer::initializeTrajectory | ( | TpsTrajectory & | traj, | |
| TpsOrderParameter & | ||||
| ) | [virtual] |
Reimplemented in TpsInitializerBruteForce, TpsInitializerExplicitTrajectory, TpsInitializerMidpointTS, and TpsInitializerTransitionState.
1.5.9