|
MADNESS 0.10.1
|
#include <Results.h>


Public Member Functions | |
| PropertyResults ()=default | |
| PropertyResults (const nlohmann::json &j) | |
| construct from JSON | |
| 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 > | dipole |
| double | energy = 0.0 |
| Tensor< double > | gradient |
|
default |
|
inline |
construct from JSON
References dipole, energy, gradient, and madness::nonlinear_vector_solver().
|
inlineoverridevirtual |
Implements madness::ResultsBase.
|
inlineoverridevirtual |
serialize the results to a JSON object
Implements madness::ResultsBase.
References dipole, energy, gradient, and madness::nonlinear_vector_solver().
Referenced by madness::SCFResults::to_json(), and madness::CC2Results::to_json().
Referenced by PropertyResults(), and to_json().
| double madness::PropertyResults::energy = 0.0 |
Referenced by PropertyResults(), madness::Nemo::analyze(), and to_json().
Referenced by PropertyResults(), and to_json().