A wrapper class around Utils' PositionCollection to emphasize that the positions stored therein are in Angstrom. More...
#include <AngstromPositions.h>
Public Member Functions | |
AngstromPositions ()=default | |
Default ctor. | |
AngstromPositions (unsigned N) | |
Preallocate space for N positions. | |
AngstromPositions (const Utils::PositionCollection &pos, LengthUnit lengthUnit=LengthUnit::Bohr) | |
Convert from a Utils::PositionCollection. | |
Utils::PositionCollection | getBohr () const |
Fetch a bohr representation of the wrapped positions. | |
Data Fields | |
Utils::PositionCollection | positions |
Positions in angstrom units. | |
A wrapper class around Utils' PositionCollection to emphasize that the positions stored therein are in Angstrom.