MADNESS 0.10.1
|
#include <Results.h>
Public Member Functions | |
ZnemoResults ()=default | |
ZnemoResults (const nlohmann::json &j) | |
construct from JSON | |
nlohmann::json | to_json () const override |
serialize the results to a JSON object | |
![]() | |
SCFResults ()=default | |
SCFResults (const nlohmann::json &j) | |
construct from JSON | |
std::string | key () const override |
![]() | |
ResultsBase ()=default | |
virtual | ~ResultsBase ()=default |
Public Attributes | |
double | B =0.0 |
![]() | |
Tensor< double > | aeps |
Tensor< double > | afock |
Tensor< double > | beps |
Tensor< double > | bfock |
std::string | model ="scf" |
PropertyResults | properties |
double | scf_total_energy =0.0 |
|
default |
|
inline |
construct from JSON
|
inlineoverridevirtual |
serialize the results to a JSON object
Reimplemented from madness::SCFResults.
References B, and madness::SCFResults::to_json().
double madness::ZnemoResults::B =0.0 |
Referenced by to_json().