|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <boost/filesystem.hpp>#include "casm/app/HamiltonianModules.hh"#include "casm/app/LogRuntimeLibrary.hh"#include "casm/app/ProjectSettings.hh"#include "casm/system/RuntimeLibrary.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| template<typename DoFDictInserter , typename RuntimeLibInserter > | |
| std::pair< DoFDictInserter, RuntimeLibInserter > | CASM::load_dof_plugins (const ProjectSettings &set, DoFDictInserter dict_it, RuntimeLibInserter lib_it) |
| Load DoF plugins from a CASM project. More... | |
| template<typename SymRepBuilderDictInserter , typename RuntimeLibInserter > | |
| std::pair< SymRepBuilderDictInserter, RuntimeLibInserter > | CASM::load_symrep_builder_plugins (const ProjectSettings &set, SymRepBuilderDictInserter dict_it, RuntimeLibInserter lib_it) |
| Load SymRepBuilder plugins from a CASM project. More... | |