Simpatico  v1.10
mcMd/chemistry/Angle.h
1 #ifndef MCMD_ANGLE_H
2 #define MCMD_ANGLE_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 
11 #include "Group.h"
12 
13 namespace McMd
14 {
15 
16  using namespace Util;
17 
23  typedef Group<3> Angle;
24 
25 }
26 
27 #endif
Group< 3 > Angle
Group of 3 Atoms involved in an angle potential.
Utility classes for scientific computation.
Definition: accumulators.mod:1
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
A sequence of NAtom covalently interacting atoms.