CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/clusterography/SupercellClusterOrbits.hh"
#include "casm/clusterography/IntegralCluster.hh"
#include "casm/container/Permutation.hh"
#include "casm/symmetry/PermuteIterator.hh"
#include "casm/symmetry/SupercellSymInfo.hh"
Go to the source code of this file.
Namespaces | |
CASM | |
Main CASM namespace. | |
Functions | |
std::set< Index > | CASM::make_cluster_site_indices (IntegralCluster const &cluster, SupercellSymInfo const &sym_info) |
Return site indices of cluster sites. More... | |
IntegralCluster | CASM::make_cluster (std::set< Index > const &cluster_site_indices, Structure const &prim, SupercellSymInfo const &sym_info) |
Return cluster from cluster site indices. More... | |
std::set< Index > | CASM::permute_cluster_site_indices (Permutation const &inverse_permute, std::set< Index > const &cluster_site_indices) |
Rather than permute values, here we want to permute cluster site indices. More... | |