Simpatico  v1.10
mc_potentials.h
Go to the documentation of this file.
1 #ifndef MCMD_MC_POTENTIALS_H
2 #define MCMD_MC_POTENTIALS_H
3 
4 /*
5 * Simpatico - Simulation Package for Polymeric and Molecular Liquids
6 *
7 * Copyright 2010 - 2017, The Regents of the University of Minnesota
8 * Distributed under the terms of the GNU General Public License.
9 */
10 
17 #ifndef SIMP_NOPAIR
18 #include <mcMd/potentials/pair/McPairPotential.h>
19 #endif
20 #include <mcMd/potentials/bond/BondPotential.h>
21 #ifdef SIMP_ANGLE
22 #include <mcMd/potentials/angle/AnglePotential.h>
23 #endif
24 #ifdef SIMP_DIHEDRAL
25 #include <mcMd/potentials/dihedral/DihedralPotential.h>
26 #endif
27 #ifdef SIMP_EXTERNAL
28 #include <mcMd/potentials/external/ExternalPotential.h>
29 #endif
30 #ifdef SIMP_TETHER
31 #include <mcMd/potentials/tether/TetherPotential.h>
32 #endif
33 
34 #endif