|
MADNESS 0.10.1
|
#include <Results.h>


Public Member Functions | |
| SCFResults ()=default | |
| SCFResults (const nlohmann::json &j) | |
| construct from JSON | |
| void | from_json (const nlohmann::json &j) override |
| std::string | key () const override |
| nlohmann::json | to_json () const override |
| serialize the results to a JSON object | |
Public Member Functions inherited from madness::ResultsBase | |
| ResultsBase ()=default | |
| virtual | ~ResultsBase ()=default |
Public Attributes | |
| Tensor< double > | aeps |
| Tensor< double > | afock |
| std::optional< Tensor< double > > | beps |
| std::optional< Tensor< double > > | bfock |
| bool | is_opt = false |
| std::string | model = "scf" |
| PropertyResults | properties |
| Molecule | scf_molecule |
| double | scf_total_energy = 0.0 |
|
default |
|
inline |
construct from JSON
References from_json().
|
inlineoverridevirtual |
Implements madness::ResultsBase.
Reimplemented in madness::ZnemoResults.
References aeps, afock, beps, bfock, madness::Molecule::from_json(), madness::PropertyResults::from_json(), madness::get_if_exists(), madness::has_data(), is_opt, MADNESS_EXCEPTION, model, madness::nonlinear_vector_solver(), p(), properties, scf_molecule, and scf_total_energy.
Referenced by SCFResults(), madness::ZnemoResults::from_json(), and madness::OEPResults::from_json().
|
inlineoverridevirtual |
Implements madness::ResultsBase.
References model.
|
inlineoverridevirtual |
serialize the results to a JSON object
Implements madness::ResultsBase.
Reimplemented in madness::ZnemoResults.
References aeps, afock, beps, bfock, madness::has_data(), is_opt, model, madness::nonlinear_vector_solver(), properties, scf_molecule, scf_total_energy, madness::set_if_exists(), madness::Molecule::to_json(), and madness::PropertyResults::to_json().
Referenced by madness::ZnemoResults::to_json(), and madness::OEPResults::to_json().
Referenced by from_json(), madness::OEP::solve(), and to_json().
Referenced by from_json(), and to_json().
Referenced by from_json(), and to_json().
Referenced by from_json(), and to_json().
Referenced by from_json(), and to_json().
| std::string madness::SCFResults::model = "scf" |
| PropertyResults madness::SCFResults::properties |
Referenced by from_json(), madness::OEP::solve(), and to_json().
| Molecule madness::SCFResults::scf_molecule |
Referenced by from_json(), and to_json().
| double madness::SCFResults::scf_total_energy = 0.0 |
Referenced by from_json(), and to_json().