1 #ifndef MCMD_INTRA_BOND_TENSOR_AUTO_CORR_H     2 #define MCMD_INTRA_BOND_TENSOR_AUTO_CORR_H    11 #include <mcMd/analyzers/SystemAnalyzer.h>        12 #include <util/accumulators/AutoCorrArray.h>      13 #include <util/space/Tensor.h>                    14 #include <util/containers/DArray.h>               15 #include <util/archives/serialize.h>              51    template <
class SystemType>
    74       virtual void readParameters(std::istream& in);
    96       template <
class Archive>
    97       void serialize(Archive& ar, 
const unsigned int version);
   102       virtual void setup();
   109       virtual void sample(
long iStep);
   114       virtual void output();
   131       std::ofstream outputFile_;
   162    template <
class SystemType>
   163    template <
class Archive>
   165                                                        const unsigned int version)
 void serialize(Archive &ar, BoundaryEnsemble::Type &data, const unsigned int version)
Serialize a BoundaryEnsemble::Type enum value. 
 
File containing preprocessor macros for error handling. 
 
Classes used by all simpatico molecular simulations. 
 
Saving / output archive for binary ostream. 
 
Auto-correlation function for an ensemble of sequences. 
 
Autocorrelation for bond stress of a molecule. 
 
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.