CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/app/enum/io/stream_io.hh"
#include "casm/casm_io/Log.hh"
#include "casm/casm_io/json/jsonParser.hh"
#include "casm/enumerator/DoFSpace.hh"
#include "casm/enumerator/io/json/DoFSpace.hh"
#include "casm/symmetry/SymRepTools.hh"
#include "casm/symmetry/io/json/SymRepTools.hh"
Go to the source code of this file.
Namespaces | |
CASM | |
Main CASM namespace. | |
Functions | |
template<typename PermuteIteratorIt > | |
void | CASM::print_dof_space (Log &log, DoFSpace const &dof_space, std::string const &identifier, ConfigEnumInput const &input_state, PermuteIteratorIt permute_begin, PermuteIteratorIt permute_end, bool sym_axes, bool calc_wedges) |
Print DoFSpace information. More... | |
template<typename NamedInitialStatesType > | |
void | CASM::print_initial_states (Log &log, NamedInitialStatesType const &named_initial_states) |