
#include <iSGPAR.h>
Public Member Functions | |
| AtomType () | |
| AtomType (int a, std::string b, std::string c) | |
Public Attributes | |
| std::string | name |
| std::vector< Real > | mass |
| std::vector< Real > | charge |
| std::vector< int > | stageNumber |
| std::string | symbolName |
|
|
|
|
||||||||||||||||
|
constructor for iSGMD simulations that creates memory for all identities
|
|
|
This atomtype's charge for each of its identities.
|
|
|
The masses of this atom type.
|
|
|
The name of this atom type.
|
|
|
The particular transformation stage in which this atom's identity is to be transformed.
|
|
|
The symbol untity name of this atom type.
|