45#ifndef APPLICATIONS_DYNAMICPROPS_CHARGEKINETICCORRFUNC_HPP
46#define APPLICATIONS_DYNAMICPROPS_CHARGEKINETICCORRFUNC_HPP
48#include "applications/dynamicProps/TimeCorrFunc.hpp"
55 const std::string& sele1,
const std::string& sele2,
56 const RealType cutOff = 10.0);
60 virtual int computeProperty1(
int frame,
StuntDouble* sd);
61 virtual int computeProperty2(
int frame,
StuntDouble* sd);
62 virtual RealType calcCorrVal(
int frame1,
int frame2,
int id1,
int id2);
63 virtual void postCorrelate();
65 std::vector<std::vector<RealType>> charges_;
66 std::vector<std::vector<RealType>> kinetic_;
73 int chargeCount_, kineticCount_;
74 RealType propertyTemp;
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.