OpenMD 3.1
Molecular Dynamics in the Open
|
Frequency Fluctuation Correlation Function. More...
#include <FreqFlucCorrFunc.hpp>
Public Member Functions | |
FreqFlucCorrFunc (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2) | |
![]() | |
ObjectACF (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2) | |
![]() | |
AutoCorrFunc (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2, int storageLayout) | |
AutoCorrFunc (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2) | |
![]() | |
MultipassCorrFunc (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2, int storageLayout) | |
virtual void | doCorrelate () |
const std::string & | getCorrFuncType () const |
void | setCorrFuncType (const std::string &type) |
void | setParameterString (const std::string ¶ms) |
void | setLabelString (const std::string &label) |
![]() | |
void | setOutputName (const std::string &filename) |
const std::string & | getOutputFileName () const |
![]() | |
TimeCorrFunc (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2) | |
virtual void | doCorrelate () |
const std::string & | getCorrFuncType () const |
void | setCorrFuncType (const std::string &type) |
void | setParameterString (const std::string ¶ms) |
void | setLabelString (const std::string &label) |
Frequency Fluctuation Correlation Function.
See http://dx.doi.org/10.1021/jp010798o
Williams, Loring, and Fayer, J. Phys. Chem. B 2001, 105, 4068-4071 for details
Makes an assumption that the frequency depends on the orientation of the dipole relative to the local Electric Field. Requires a preCorrelate to compute the mean of \( = \langle \mathbf{E} \cdot \mathbf{u} \rangle \)
Definition at line 75 of file FreqFlucCorrFunc.hpp.
OpenMD::FreqFlucCorrFunc::FreqFlucCorrFunc | ( | SimInfo * | info, |
const std::string & | filename, | ||
const std::string & | sele1, | ||
const std::string & | sele2 ) |
Definition at line 60 of file FreqFlucCorrFunc.cpp.