SIRIUS 7.5.0
Electronic structure library and applications
|
Contains implementation of sirius::Simulation_parameters class. More...
Go to the source code of this file.
Namespaces | |
module | sirius |
Namespace of the SIRIUS library. | |
Functions | |
template<typename T > | |
static std::ostringstream | sirius::option_print_vector__ (const std::vector< T > &vec) |
void | sirius::compose_default_json (nlohmann::json const &schema__, nlohmann::json &output__) |
Compose JSON dictionary with default parameters based on input schema. More... | |
void | sirius::compose_json (nlohmann::json const &schema__, nlohmann::json const &in__, nlohmann::json &inout__) |
Append the input dictionary to the existing dictionary. More... | |
nlohmann::json const & | sirius::get_options_dictionary () |
Get all possible options for initializing sirius. It is a json dictionary. More... | |
nlohmann::json const & | sirius::get_section_options (std::string const §ion__) |
Get all possible options of a given input section. It is a json dictionary. More... | |
Contains implementation of sirius::Simulation_parameters class.
Definition in file simulation_parameters.cpp.