CASM  1.1.0
A Clusters Approach to Statistical Mechanics
ClusterSymCompareDecl.hh File Reference

Go to the source code of this file.

Namespaces

 CASM
 Main CASM namespace.
 

Typedefs

template<typename Element , typename U = void>
using CASM::LocalSymCompare = AperiodicSymCompare< Element, U >
 
template<typename Element >
using CASM::AperiodicOrbit = Orbit< AperiodicSymCompare< Element > >
 
template<typename Element >
using CASM::LocalOrbit = AperiodicOrbit< Element >
 
template<typename Element >
using CASM::ScelPeriodicOrbit = Orbit< ScelPeriodicSymCompare< Element > >
 
template<typename Element >
using CASM::PrimPeriodicOrbit = Orbit< PrimPeriodicSymCompare< Element > >
 

Enumerations

enum class  CASM::CLUSTER_PERIODICITY_TYPE : int {
  CASM::PRIM_PERIODIC = 0 , CASM::APERIODIC = 1 , CASM::LOCAL = 1 , CASM::WITHIN_SCEL = 2 ,
  CASM::SCEL_PERIODIC = 3
}