Simpatico  v1.10
McIntraBondStressAutoCorr.cpp
1 /*
2 * Simpatico - Simulation Package for Polymeric and Molecular Liquids
3 *
4 * Copyright 2010 - 2017, The Regents of the University of Minnesota
5 * Distributed under the terms of the GNU General Public License.
6 */
7 
8 #include <mcMd/analyzers/mcSystem/McIntraBondStressAutoCorr.h>
9 #include <mcMd/potentials/bond/BondPotential.h>
10 #include <mcMd/analyzers/system/IntraBondStressAutoCorr.tpp>
11 
12 namespace McMd
13 {
14 
15  using namespace Util;
16 
17  /*
18  * Constructor.
19  */
22  { setClassName("McIntraBondStressAutoCorr"); }
23 
24  /*
25  * Destructor.
26  */
28  {}
29 
30 }
A System for use in a Markov chain Monte Carlo simulation.
Definition: McSystem.h:52
McIntraBondStressAutoCorr(McSystem &system)
Constructor.
Utility classes for scientific computation.
Definition: accumulators.mod:1
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
void setClassName(const char *className)
Set class name string.
Autocorrelation for bond stress of a molecule.