CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <OccLocation.hh>
Represents the occupant on a site.
Definition at line 39 of file OccLocation.hh.
Public Attributes | |
Index | id |
Location in OccLocation.m_mol. More... | |
Index | l |
Location in config. More... | |
Index | asym |
Asym unit index (must be consistent with l) More... | |
Index | species_index |
std::vector< Index > | component |
Location of component Specie in OccLocation.m_species. More... | |
Index | loc |
Location in OccLocation.m_loc. More... | |
Index CASM::Monte::Mol::asym |
Asym unit index (must be consistent with l)
Definition at line 42 of file OccLocation.hh.
std::vector<Index> CASM::Monte::Mol::component |
Location of component Specie in OccLocation.m_species.
Definition at line 46 of file OccLocation.hh.
Index CASM::Monte::Mol::id |
Location in OccLocation.m_mol.
Definition at line 40 of file OccLocation.hh.
Index CASM::Monte::Mol::l |
Location in config.
Definition at line 41 of file OccLocation.hh.
Index CASM::Monte::Mol::loc |
Location in OccLocation.m_loc.
Definition at line 47 of file OccLocation.hh.
Index CASM::Monte::Mol::species_index |
Species type index (must be consistent with config.occ(l))
Definition at line 43 of file OccLocation.hh.