42#ifndef APPLICATIONS_DYNAMICPROPS_FRAMETIMECORRFUNC_HPP
43#define APPLICATIONS_DYNAMICPROPS_FRAMETIMECORRFUNC_HPP
45#include "applications/dynamicProps/TimeCorrFunc.hpp"
52 const std::string& sele1,
const std::string& sele2,
53 int storageLayout,
long long int memSize);
55 virtual void correlateFrames(
int frame1,
int frame2);
56 virtual RealType calcCorrVal(
int frame1,
int frame2) = 0;
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
Computes a correlation function by scanning a trajectory once to precompute quantities to be correlat...
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.