ParM  parm
A molecular dynamics library
Public Attributes | List of all members
Atom Struct Reference

The basic class for representing each particle. More...

#include <box.hpp>

Public Attributes

Vec x
 location. More...
 
Vec v
 velocity More...
 
Vec a
 acceleration More...
 
Vec f
 forces More...
 
flt m
 mass More...
 

Detailed Description

The basic class for representing each particle.

Normally instantiated through AtomVec.

Member Data Documentation

Vec Atom::a

acceleration

Vec Atom::f

forces

flt Atom::m

mass

Vec Atom::v

velocity

Vec Atom::x

location.


The documentation for this struct was generated from the following file: