45#ifndef APPLICATIONS_DYNAMICPROPS_MOMANGMOMCORRFUNC_HPP
46#define APPLICATIONS_DYNAMICPROPS_MOMANGMOMCORRFUNC_HPP
48#include "applications/dynamicProps/TimeCorrFunc.hpp"
55 const std::string& sele1,
const std::string& sele2);
58 virtual int computeProperty1(
int frame,
StuntDouble* sd);
59 virtual int computeProperty2(
int frame,
StuntDouble* sd);
60 virtual RealType calcCorrVal(
int frame1,
int frame2,
int id1,
int id2);
63 std::vector<std::vector<Vector3d>> momenta_;
64 std::vector<std::vector<Vector3d>> js_;
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
"Don't move, or you're dead! Stand up! Captain, we've got them!"
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.