CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/app/sym/dof_space_analysis.hh"
#include "casm/app/io/json_io.hh"
#include "casm/casm_io/container/json_io.hh"
#include "casm/casm_io/json/InputParser_impl.hh"
#include "casm/clex/PrimClex.hh"
#include "casm/crystallography/Structure.hh"
#include "casm/enumerator/ConfigEnumInput.hh"
#include "casm/enumerator/DoFSpace.hh"
#include "casm/enumerator/io/dof_space_analysis.hh"
#include "casm/enumerator/io/json/ConfigEnumInput_json_io.hh"
Go to the source code of this file.
Namespaces | |
CASM | |
Main CASM namespace. | |
CASM::DoFSpaceIO | |
Functions | |
jsonParser | CASM::DoFSpaceIO::combine_dof_space_analysis_json_options (jsonParser const &json_options, jsonParser const &cli_options_as_json) |
void | CASM::DoFSpaceIO::require_database_configurations (ParentInputParser &parser) |
void | CASM::DoFSpaceIO::parse_dofs (ParentInputParser &parser, std::vector< DoFKey > &dofs, std::vector< DoFKey > const &all_dof_types) |
std::string | CASM::dof_space_analysis_desc () |
Describe DoF space analysis input. More... | |
void | CASM::dof_space_analysis (PrimClex &primclex, jsonParser const &json_options, jsonParser const &cli_options_as_json) |
Perform DoF space analysis. More... | |