#include <Results.h>
|
| OEPResults ()=default |
|
| OEPResults (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 |
|
nlohmann::json | to_json () const override |
| serialize the results to a JSON object
|
|
| ResultsBase ()=default |
|
virtual | ~ResultsBase ()=default |
|
◆ OEPResults() [1/2]
madness::OEPResults::OEPResults |
( |
| ) |
|
|
default |
◆ OEPResults() [2/2]
madness::OEPResults::OEPResults |
( |
const nlohmann::json & |
j | ) |
|
|
inlineexplicit |
◆ to_json()
nlohmann::json madness::OEPResults::to_json |
( |
| ) |
const |
|
inlineoverridevirtual |
serialize the results to a JSON object
Implements madness::ResultsBase.
References devir14, devir17, drho, E_kin_HF, E_kin_KS, Econv, Ex_conv, Ex_HF, Ex_vir, madness::SCFResults::model, and madness::SCFResults::to_json().
◆ devir14
double madness::OEPResults::devir14 =0.0 |
◆ devir17
double madness::OEPResults::devir17 =0.0 |
◆ drho
double madness::OEPResults::drho =0.0 |
◆ E_kin_HF
double madness::OEPResults::E_kin_HF =0.0 |
◆ E_kin_KS
double madness::OEPResults::E_kin_KS =0.0 |
◆ Econv
double madness::OEPResults::Econv =0.0 |
◆ Ex_conv
double madness::OEPResults::Ex_conv =0.0 |
◆ Ex_HF
double madness::OEPResults::Ex_HF =0.0 |
◆ Ex_vir
double madness::OEPResults::Ex_vir =0.0 |
The documentation for this class was generated from the following file: