CASM  1.1.0
A Clusters Approach to Statistical Mechanics
symmetrize.hh
Go to the documentation of this file.
1 #ifndef CASM_sym_symmetrize
2 #define CASM_sym_symmetrize
3 
4 #include <string>
5 
6 namespace CASM {
7 
8 class APICommandBase;
9 class PrimClex;
10 class jsonParser;
11 
13 std::string symmetrize_desc();
14 
16 void symmetrize(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
std::string symmetrize_desc()
Describe the symmetrize method.
Definition: symmetrize.cc:245
void symmetrize(PrimClex &primclex, jsonParser const &json_options, jsonParser const &cli_options_as_json)
Adjust a structure's lattice and basis to increase factor group symmetry.
Definition: symmetrize.cc:292
PrimClex * primclex
Definition: settings.cc:135