CASM  1.1.0
A Clusters Approach to Statistical Mechanics
ConfigIO.cc File Reference

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 > ()