CASM  1.1.0
A Clusters Approach to Statistical Mechanics
dof_space_analysis.hh
Go to the documentation of this file.
1 #ifndef CASM_sym_dof_space_analysis
2 #define CASM_sym_dof_space_analysis
3 
4 #include <string>
5 
6 namespace CASM {
7 
8 class APICommandBase;
9 class PrimClex;
10 class jsonParser;
11 
13 std::string dof_space_analysis_desc();
14 
16 void dof_space_analysis(PrimClex &primclex, jsonParser const &json_options,
17  jsonParser const &cli_options_as_json);
18 
19 } // namespace CASM
20 
21 #endif
Main CASM namespace.
Definition: APICommand.hh:8
void dof_space_analysis(PrimClex &primclex, jsonParser const &json_options, jsonParser const &cli_options_as_json)
Perform DoF space analysis.
std::string dof_space_analysis_desc()
Describe DoF space analysis input.
PrimClex * primclex
Definition: settings.cc:135