|
CASM
AClustersApproachtoStatisticalMechanics
|
#include <boost/test/unit_test.hpp>#include "casm/CASM_global_definitions.hh"#include "casm/app/DirectoryStructure.hh"#include "casm/app/ProjectSettings.hh"#include "casm/crystallography/BasicStructure.hh"#include "casm/crystallography/Site.hh"#include "casm/system/Popen.hh"Go to the source code of this file.
Classes | |
| class | test::Proj |
Namespaces | |
| test | |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
Functions | |
| fs::path | test::proj_dir (fs::path init) |
| Create a new project directory, appending ".(#)" to ensure it is a new project. More... | |
| void | test::check_symgroup (const jsonParser &json, int N_op, int N_class) |
| Check some aspects of a SymGroup json, including the expected number of conjugacy classes and operations. More... | |