
#include <PSF.h>
Public Member Functions | |
| Atom () | |
| Atom (int a, std::string b, int c, std::string d, std::string e, std::string f, Real g, Real h, unsigned int i) | |
Public Attributes | |
| int | number |
| std::string | seg_id |
| int | residue_sequence |
| std::string | residue_name |
| std::string | atom_name |
| std::string | atom_type |
| Real | charge |
| Real | mass |
| unsigned int | identity |
|
|
|
|
||||||||||||||||||||||||||||||||||||||||
|
|
|
|
atom name
|
|
|
atom type
|
|
|
charge [e]
|
|
|
atom's identity (for iSGMD)
|
|
|
mass [amu]
|
|
|
atom number
|
|
|
residue name
|
|
|
residue sequence
|
|
|
segment identifier
|