CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <functional>
#include <iostream>
#include <utility>
#include <vector>
#include "casm/symmetry/SymGroup.hh"
Go to the source code of this file.
Namespaces | |
CASM | |
Main CASM namespace. | |
Functions | |
template<typename GeneratorIterator , typename SymCompareType , typename OrbitOutputIterator > | |
OrbitOutputIterator | CASM::make_orbits (GeneratorIterator gen_begin, GeneratorIterator gen_end, const SymGroup &generating_group, const SymCompareType &sym_compare, OrbitOutputIterator result, std::ostream &status) |
Generate Orbit<IntegralVector> using OrbitBranchSpecs. More... | |