CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <iostream>
#include <unordered_set>
#include <vector>
#include "casm/crystallography/Adapter.hh"
#include "casm/crystallography/SimpleStructure.hh"
#include "casm/crystallography/SymType.hh"
#include "casm/global/definitions.hh"
#include "casm/misc/CASM_Eigen_math.hh"
#include "casm/misc/CASM_math.hh"
Go to the source code of this file.
Classes | |
class | CASM::xtal::StrucMapCalculatorInterface |
Namespaces | |
CASM | |
Main CASM namespace. | |
CASM::xtal | |
CASM::xtal::StrucMapping | |
Typedefs | |
using | CASM::xtal::StrucMapping::FixedSpecies = std::map< std::string, Index > |
using | CASM::xtal::StrucMapping::AllowedSpecies = std::vector< std::vector< std::string > > |