MADNESS 0.10.1
|
An atom (symbol and position). More...
#include <ESInterface.h>
Public Attributes | |
std::array< double, 3 > | position |
The atom's location, in angstroms. | |
std::string | symbol |
The atom's symbol. | |
An atom (symbol and position).
std::array<double, 3> slymer::Atom::position |
The atom's location, in angstroms.
Referenced by slymer::NWChem_Interface::read_atoms().
std::string slymer::Atom::symbol |
The atom's symbol.
Referenced by slymer::NWChem_Interface::read_atoms().