Class crystal
Defined in File symmetry.hpp
Class Documentation
-
class crystal
A crystal combines a cell and a spacegroup.
The information in cell and spacegroup together make up all information you need to do symmetry calculations in a crystal
Public Functions
-
inline crystal(const cell &c, const spacegroup &sg)
constructor using cell c and spacegroup sg
-
inline const spacegroup &get_spacegroup() const
Return the spacegroup.
-
inline point symmetry_copy(const point &pt, sym_op symop) const
Return the symmetry copy of point pt using symmetry operation symop.
-
inline crystal(const cell &c, const spacegroup &sg)