CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <iostream>
#include <stdexcept>
#include "casm/global/definitions.hh"
#include "casm/global/eigen.hh"
#include "casm/misc/Comparisons.hh"
Go to the source code of this file.
Classes | |
class | CASM::xtal::UnitCell |
Unit Cell Indices. More... | |
struct | CASM::xtal::Translatable< Base > |
CRTP class to implement '-=', '+', and '-' in terms of '+='. More... | |
class | CASM::xtal::UnitCellCoord |
Unit Cell Coordinates. More... | |
struct | std::hash< CASM::xtal::UnitCell > |
struct | std::hash< CASM::xtal::UnitCellCoord > |
Namespaces | |
CASM | |
Main CASM namespace. | |
CASM::xtal | |
std | |
Functions | |
Coordinate | CASM::xtal::make_superlattice_coordinate (const UnitCell &ijk, const Superlattice &superlattice) |
Coordinate | CASM::xtal::make_superlattice_coordinate (const UnitCell &ijk, const Lattice &tiling_unit, const Lattice &superlattice) |
std::ostream & | CASM::xtal::operator<< (std::ostream &sout, const UnitCellCoord &site) |