|
CASM
AClustersApproachtoStatisticalMechanics
|
#include "casm/clex/ConfigIO.hh"#include <functional>#include "casm/clex/Configuration.hh"#include "casm/clex/PrimClex.hh"#include "casm/clex/Norm.hh"#include "casm/clex/ConfigIOHull.hh"#include "casm/clex/ConfigIONovelty.hh"#include "casm/clex/ConfigIOStrucScore.hh"#include "casm/clex/ConfigIOStrain.hh"#include "casm/clex/ConfigIOSelected.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
| CASM::ConfigIO_impl | |
| CASM::ConfigIO | |
| Contains ConfigIO classes and functions. | |
Functions | |
| template<> | |
| Selected | CASM::ConfigIO::selected_in (const ConfigSelection< true > &_selection) |
| template<> | |
| Selected | CASM::ConfigIO::selected_in (const ConfigSelection< false > &_selection) |
| ConfigIO::Selected | CASM::ConfigIO::selected_in () |
| ConfigIO::GenericConfigFormatter < std::string > | CASM::ConfigIO::configname () |
| Constructs DataFormmaterDictionary containing all Configuration DatumFormatters. More... | |
| ConfigIO::GenericConfigFormatter < std::string > | CASM::ConfigIO::scelname () |
| ConfigIO::GenericConfigFormatter < std::string > | CASM::ConfigIO::calc_status () |
| ConfigIO::GenericConfigFormatter < std::string > | CASM::ConfigIO::failure_type () |
| ConfigIO::GenericConfigFormatter < Index > | CASM::ConfigIO::scel_size () |
| ConfigIO::GenericConfigFormatter < Index > | CASM::ConfigIO::multiplicity () |
| GenericConfigFormatter < std::string > | CASM::ConfigIO::pointgroup_name () |
| ConfigIO::GenericConfigFormatter < double > | CASM::ConfigIO::relaxed_energy () |
| ConfigIO::GenericConfigFormatter < double > | CASM::ConfigIO::relaxed_energy_per_species () |
| ConfigIO::GenericConfigFormatter < double > | CASM::ConfigIO::reference_energy () |
| ConfigIO::GenericConfigFormatter < double > | CASM::ConfigIO::reference_energy_per_species () |
| ConfigIO::GenericConfigFormatter < double > | CASM::ConfigIO::formation_energy () |
| ConfigIO::GenericConfigFormatter < double > | CASM::ConfigIO::formation_energy_per_species () |
| ConfigIO::GenericConfigFormatter < bool > | CASM::ConfigIO::is_calculated () |
| ConfigIO::GenericConfigFormatter < bool > | CASM::ConfigIO::is_primitive () |
| ConfigIO::GenericConfigFormatter < bool > | CASM::ConfigIO::is_canonical () |
| ConfigIO::GenericConfigFormatter < double > | CASM::ConfigIO::rms_force () |
| ConfigIO::GenericConfigFormatter < double > | CASM::ConfigIO::basis_deformation () |
| ConfigIO::GenericConfigFormatter < double > | CASM::ConfigIO::lattice_deformation () |
| ConfigIO::GenericConfigFormatter < double > | CASM::ConfigIO::volume_relaxation () |
| ConfigIO::GenericConfigFormatter < double > | CASM::ConfigIO::relaxed_magmom () |
| ConfigIO::GenericConfigFormatter < double > | CASM::ConfigIO::relaxed_magmom_per_species () |
| template<> | |
| StringAttributeDictionary < Configuration > | CASM::make_string_dictionary< Configuration > () |
| template<> | |
| BooleanAttributeDictionary < Configuration > | CASM::make_boolean_dictionary< Configuration > () |
| template<> | |
| IntegerAttributeDictionary < Configuration > | CASM::make_integer_dictionary< Configuration > () |
| template<> | |
| ScalarAttributeDictionary < Configuration > | CASM::make_scalar_dictionary< Configuration > () |
| template<> | |
| VectorXdAttributeDictionary < Configuration > | CASM::make_vectorxd_dictionary< Configuration > () |