45#ifndef APPLICATIONS_DYNAMICPROPS_COLLECTIVEDIPOLEDISPLACEMENT_HPP
46#define APPLICATIONS_DYNAMICPROPS_COLLECTIVEDIPOLEDISPLACEMENT_HPP
48#include "applications/dynamicProps/TimeCorrFunc.hpp"
49#include "brains/Thermo.hpp"
95 const std::string& sele1,
96 const std::string& sele2);
99 virtual void computeProperty1(
int frame);
100 virtual Vector3d calcCorrVal(
int frame1,
int frame2);
104 std::vector<Vector3d> CRcm_;
105 std::vector<Vector3d> CRtot_;
106 std::vector<Vector3d> CRrot_;
Calculates the collective dipole displacement function.
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.