#include <mentity.h>
|
| | Atom () |
| | Default construct makes a zero charge ghost atom at origin.
|
| |
| | Atom (const Atom &a) |
| |
| | Atom (double x, double y, double z, double q, unsigned int atomic_number) |
| |
| template<typename Archive > |
| void | serialize (Archive &ar) |
| |
|
| unsigned int | atomic_number |
| | Atomic number.
|
| |
| double | q |
| | Coordinates and charge in atomic units.
|
| |
| double | x |
| |
| double | y |
| |
| double | z |
| |
◆ Atom() [1/3]
| Atom::Atom |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
double |
q, |
|
|
unsigned int |
atomic_number |
|
) |
| |
|
inline |
◆ Atom() [2/3]
| Atom::Atom |
( |
const Atom & |
a | ) |
|
|
inline |
◆ Atom() [3/3]
Default construct makes a zero charge ghost atom at origin.
◆ serialize()
template<typename Archive >
| void Atom::serialize |
( |
Archive & |
ar | ) |
|
|
inline |
◆ atomic_number
| unsigned int Atom::atomic_number |
The documentation for this class was generated from the following file: