OpenStructure
|
#include <atom_prop.hh>
Public Member Functions | |
AtomProp () | |
AtomProp (Real r, Real m, Real c=0.0) | |
AtomProp (const AtomProp &rhs) | |
Static Public Member Functions | |
static AtomProp * | GetDefaultProps (const String &ele) |
Data Fields | |
Real | radius |
Real | charge |
Real | mass |
bool | has_anisou |
bool | is_default |
geom::Mat3 | anisou |
Definition at line 29 of file atom_prop.hh.
|
inline |
Definition at line 31 of file atom_prop.hh.
Definition at line 39 of file atom_prop.hh.
geom::Mat3 anisou |
Definition at line 48 of file atom_prop.hh.
Real charge |
Definition at line 44 of file atom_prop.hh.
bool has_anisou |
Definition at line 46 of file atom_prop.hh.
bool is_default |
Definition at line 47 of file atom_prop.hh.
Real mass |
Definition at line 45 of file atom_prop.hh.
Real radius |
Definition at line 43 of file atom_prop.hh.