Simpatico  v1.10
SpecialPotential.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/potentials/special/SpecialPotential.h>
9 
10 namespace McMd
11 {
12 
17  : ParamComposite(),
19  StressCalculator(createsStress)
20  { setClassName("SpecialPotential"); }
21 
26  {}
27 
28 }
virtual ~SpecialPotential()
Destructor (does nothing)
SpecialPotential(bool createsStress=true)
Constructor.
Interface for a class that calculates a total energy.
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
void setClassName(const char *className)
Set class name string.
An object that can read multiple parameters from file.
Interface for a stress calculator.