1 #ifndef MCMD_INTRA_PAIR_AUTO_CORR_H 2 #define MCMD_INTRA_PAIR_AUTO_CORR_H 11 #include <mcMd/analyzers/SystemAnalyzer.h> 12 #include <mcMd/simulation/System.h> 13 #include <util/accumulators/AutoCorrArray.h> 14 #include <util/space/Vector.h> 15 #include <util/containers/DArray.h> 78 virtual void readParameters(std::istream& in);
100 template <
class Archive>
101 void serialize(Archive& ar,
const unsigned int version);
106 virtual void setup();
113 virtual void sample(
long iStep);
118 virtual void output();
123 std::ofstream outputFile_;
157 template <
class Archive>
void serialize(Archive &ar, BoundaryEnsemble::Type &data, const unsigned int version)
Serialize a BoundaryEnsemble::Type enum value.
Autocorrelation for vector separation of any two monomers on a molecule.
A set of interacting Molecules enclosed by a Boundary.
Classes used by all simpatico molecular simulations.
Saving / output archive for binary ostream.
Auto-correlation function for an ensemble of sequences.
Utility classes for scientific computation.
Template for Analyzer associated with one System.
Dynamically allocatable contiguous array template.
Saving archive for binary istream.
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
void serialize(Archive &ar, T &data, const unsigned int version)
Serialize one object of type T.
A Species represents a set of chemically similar molecules.