CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/enumerator/DoFSpace.hh"
#include "casm/casm_io/container/json_io.hh"
#include "casm/casm_io/json/InputParser_impl.hh"
#include "casm/casm_io/json/optional.hh"
#include "casm/clex/SimpleStructureTools.hh"
#include "casm/clex/Supercell.hh"
#include "casm/clex/io/json/ConfigDoF_json_io.hh"
#include "casm/clex/io/json/Configuration_json_io.hh"
#include "casm/crystallography/SimpleStructure.hh"
#include "casm/crystallography/Structure.hh"
#include "casm/crystallography/io/SimpleStructureIO.hh"
#include "casm/enumerator/io/json/ConfigEnumInput_json_io.hh"
#include "casm/enumerator/io/json/DoFSpace.hh"
#include "casm/misc/CASM_Eigen_math.hh"
#include "casm/symmetry/SupercellSymInfo.hh"
#include "casm/symmetry/io/json/SymRepTools.hh"
Go to the source code of this file.
Namespaces | |
CASM | |
Main CASM namespace. | |
Functions | |
void | CASM::from_json (DoFSpace &dofspace, jsonParser const &json, std::shared_ptr< Structure const > const &shared_prim) |
jsonParser & | CASM::to_json (DoFSpace const &dofspace, jsonParser &json, std::optional< std::string > const &identifier=std::nullopt, std::optional< ConfigEnumInput > const &input_state=std::nullopt, std::optional< VectorSpaceSymReport > const &sym_report=std::nullopt) |
jsonParser & | CASM::to_json (DoFSpace const &dofspace, jsonParser &json, std::optional< std::string > const &identifier, std::optional< ConfigEnumInput > const &input_state, std::optional< SymRepTools_v2::VectorSpaceSymReport > const &sym_report) |
void | CASM::parse (InputParser< DoFSpace > &parser, std::shared_ptr< Structure const > const &shared_prim) |
void | CASM::parse_axes_counter_range (InputParser< AxesCounterParams > &parser) |
void | CASM::parse_axes_from_object (InputParser< AxesCounterParams > &parser, Index dof_space_dimension) |
void | CASM::parse_axes_from_array (InputParser< AxesCounterParams > &parser, Index dof_space_dimension) |
void | CASM::parse_dof_space_axes (InputParser< AxesCounterParams > &parser, Index dof_space_dimension) |
void | CASM::parse (InputParser< AxesCounterParams > &parser, Index dof_space_dimension) |