1 #ifndef END_TO_END_XYZ_H 2 #define END_TO_END_XYZ_H 11 #include <mcMd/analyzers/SystemAnalyzer.h> 12 #include <mcMd/simulation/System.h> 13 #include <util/accumulators/Average.h> 14 #include <util/containers/DArray.h> 15 #include <util/space/Vector.h> 78 virtual void readParameters(std::istream& in);
90 virtual void sample(
long iStep);
95 virtual void output();
100 std::ofstream outputFileX_;
101 std::ofstream outputFileY_;
102 std::ofstream outputFileZ_;
116 int nSamplePerBlock_;
Calculates the average and variance of a sampled property.
Mean square end to end distance of a molecule.
A set of interacting Molecules enclosed by a Boundary.
Classes used by all simpatico molecular simulations.
Utility classes for scientific computation.
Template for Analyzer associated with one System.
Dynamically allocatable contiguous array template.
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
A Species represents a set of chemically similar molecules.