|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/clex/FillSupercell.hh"#include "casm/clex/Configuration.hh"#include "casm/clex/Supercell.hh"#include "casm/crystallography/Structure.hh"#include "casm/crystallography/SymTools.hh"#include "casm/crystallography/UnitCellCoord.hh"#include "casm/symmetry/SymOp.hh"#include "casm/symmetry/SymTools.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| bool | CASM::is_valid_sub_configuration (xtal::Lattice const &sub_configuration_lattice, Supercell const &supercell) |
| Configuration | CASM::fill_supercell (Configuration const &motif, std::shared_ptr< Supercell const > const &shared_supercell) |
| Configuration | CASM::fill_supercell (Configuration const &motif, Supercell const &supercell) |
| Configuration | CASM::fill_supercell (SymOp const &symop, Configuration const &motif, std::shared_ptr< Supercell const > const &shared_supercell) |
| Configuration | CASM::fill_supercell (SymOp const &symop, Configuration const &motif, Supercell const &supercell) |