CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/clex/ConfigIO.hh"
#include <functional>
#include "casm/app/ClexDescription.hh"
#include "casm/app/ProjectSettings.hh"
#include "casm/casm_io/Log.hh"
#include "casm/casm_io/container/json_io.hh"
#include "casm/casm_io/dataformatter/DataFormatterTools_impl.hh"
#include "casm/casm_io/dataformatter/DataFormatter_impl.hh"
#include "casm/casm_io/json/jsonParser.hh"
#include "casm/clex/Calculable.hh"
#include "casm/clex/ConfigIOHull.hh"
#include "casm/clex/ConfigIONovelty.hh"
#include "casm/clex/ConfigIOStrain.hh"
#include "casm/clex/ConfigIOStrucScore.hh"
#include "casm/clex/ConfigMapping.hh"
#include "casm/clex/MappedProperties.hh"
#include "casm/clex/Norm.hh"
#include "casm/clex/PrimClex.hh"
#include "casm/clex/SimpleStructureTools.hh"
#include "casm/clex/io/json/Configuration_json_io.hh"
#include "casm/clex/io/stream/Configuration_stream_io.hh"
#include "casm/crystallography/SimpleStructure.hh"
#include "casm/crystallography/Structure.hh"
#include "casm/crystallography/io/SimpleStructureIO.hh"
#include "casm/database/ConfigDatabase.hh"
#include "casm/database/Selected.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 | |
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 () |
ConfigIO::GenericConfigFormatter< std::string > | CASM::ConfigIO::point_group_name () |
ConfigIO::GenericConfigFormatter< double > | CASM::ConfigIO::relaxed_energy () |
ConfigIO::GenericConfigFormatter< double > | CASM::ConfigIO::energy () |
ConfigIO::GenericConfigFormatter< double > | CASM::ConfigIO::relaxed_energy_per_species () |
ConfigIO::GenericConfigFormatter< double > | CASM::ConfigIO::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::atomic_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 () |
ConfigIO::GenericConfigFormatter< jsonParser > | CASM::ConfigIO::structure () |
ConfigIO::GenericConfigFormatter< jsonParser > | CASM::ConfigIO::config () |
ConfigIO::GenericConfigFormatter< jsonParser > | CASM::ConfigIO::properties () |
ConfigIO::GenericConfigFormatter< std::string > | CASM::ConfigIO::poscar () |
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<> | |
VectorXiAttributeDictionary< Configuration > | CASM::make_vectorxi_dictionary< Configuration > () |
template<> | |
VectorXdAttributeDictionary< Configuration > | CASM::make_vectorxd_dictionary< Configuration > () |
template<> | |
MatrixXdAttributeDictionary< Configuration > | CASM::make_matrixxd_dictionary< Configuration > () |
template<> | |
DataFormatterDictionary< Configuration, BaseValueFormatter< jsonParser, Configuration > > | CASM::make_json_dictionary< Configuration > () |