ParM  parm
A molecular dynamics library
Classes
Basics

Classes

class  Box
 The virtual interface for the shape of the space and its boundaries. More...
 
class  InfiniteBox
 An infinite Box, for use with, e.g., sticky conglomerations or proteins. More...
 
class  OriginBox
 A rectilinear Box, with periodic boundary conditions. More...
 
class  AtomVec
 The main class for representing particles. More...
 
class  Vector3< T >
 A 3D physics vector, with methods for adding, subtracting, dot product, etc. More...
 
class  Vector2< T >
 A 2D physics vector, with methods for adding, subtracting, dot product, etc. More...
 
class  Matrix< C >
 A 3x3 matrix, with methods for adding, subtracting, dot product, etc. More...
 

Detailed Description

The basic classes that almost all simulations will need.