ProtoMol - an object-oriented component based framework for Molecular Dynamics simulations.

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

ProtoMol::LangevinImpulseIntegrator Class Reference

#include <LangevinImpulseIntegrator.h>

Inheritance diagram for ProtoMol::LangevinImpulseIntegrator:

ProtoMol::STSIntegrator ProtoMol::StandardIntegrator ProtoMol::Integrator ProtoMol::Makeable List of all members.

Public Member Functions

 LangevinImpulseIntegrator ()
 LangevinImpulseIntegrator (Real timestep, Real LangevinTemperature, Real gamma, int seed, ForceGroup *overloadedForces)
virtual std::string getIdNoAlias () const
virtual void getParameters (std::vector< Parameter > &parameters) const
virtual unsigned int getParameterSize () const
virtual void initialize (GenericTopology *topo, Vector3DBlock *positions, Vector3DBlock *velocities, ScalarStructure *energies)

Static Public Attributes

const std::string keyword

Protected Member Functions

virtual void doDrift ()

Private Member Functions

virtual STSIntegratordoMake (std::string &errMsg, const std::vector< Value > &values, ForceGroup *fg) const
void fluctuationLI ()

Private Attributes

Real myLangevinTemperature
Real myGamma
int mySeed

Constructor & Destructor Documentation

ProtoMol::LangevinImpulseIntegrator::LangevinImpulseIntegrator  ) 
 

ProtoMol::LangevinImpulseIntegrator::LangevinImpulseIntegrator Real  timestep,
Real  LangevinTemperature,
Real  gamma,
int  seed,
ForceGroup overloadedForces
 


Member Function Documentation

void ProtoMol::LangevinImpulseIntegrator::doDrift  )  [protected, virtual]
 

Reimplemented from ProtoMol::STSIntegrator.

virtual STSIntegrator* ProtoMol::LangevinImpulseIntegrator::doMake std::string &  errMsg,
const std::vector< Value > &  values,
ForceGroup fg
const [private, virtual]
 

Implements ProtoMol::STSIntegrator.

void ProtoMol::LangevinImpulseIntegrator::fluctuationLI  )  [private]
 

virtual std::string ProtoMol::LangevinImpulseIntegrator::getIdNoAlias  )  const [inline, virtual]
 

Implements ProtoMol::Makeable.

void ProtoMol::LangevinImpulseIntegrator::getParameters std::vector< Parameter > &  parameters  )  const [virtual]
 

retrieve all parameters

Reimplemented from ProtoMol::STSIntegrator.

virtual unsigned int ProtoMol::LangevinImpulseIntegrator::getParameterSize  )  const [inline, virtual]
 

number of parameters

Implements ProtoMol::Makeable.

void ProtoMol::LangevinImpulseIntegrator::initialize GenericTopology topo,
Vector3DBlock positions,
Vector3DBlock velocities,
ScalarStructure energies
[virtual]
 

Set the integrator up. This method can be called at any time, and should perform any starting force evaluations the integrator needs in order to run correctly. The simulation data should be kept in the given structures.

Reimplemented from ProtoMol::STSIntegrator.


Member Data Documentation

const string ProtoMol::LangevinImpulseIntegrator::keyword [static]
 

Real ProtoMol::LangevinImpulseIntegrator::myGamma [private]
 

Real ProtoMol::LangevinImpulseIntegrator::myLangevinTemperature [private]
 

int ProtoMol::LangevinImpulseIntegrator::mySeed [private]
 


The documentation for this class was generated from the following files: Last update: . GNU GENERAL PUBLIC LICENSE, copyrighted by the University of Notre Dame and the University of Bergen, Norway.