#include <Results.h>
|
| | ResultsBase ()=default |
| |
| virtual | ~ResultsBase ()=default |
| |
| virtual void | from_json (const nlohmann::json &j)=0 |
| |
| virtual std::string | key () const =0 |
| |
| virtual nlohmann::json | to_json () const =0 |
| | serialize the results to a JSON object
|
| |
◆ ResultsBase()
| madness::ResultsBase::ResultsBase |
( |
| ) |
|
|
default |
◆ ~ResultsBase()
| virtual madness::ResultsBase::~ResultsBase |
( |
| ) |
|
|
virtualdefault |
◆ from_json()
| virtual void madness::ResultsBase::from_json |
( |
const nlohmann::json & |
j | ) |
|
|
pure virtual |
◆ key()
| virtual std::string madness::ResultsBase::key |
( |
| ) |
const |
|
pure virtual |
◆ to_json()
| virtual nlohmann::json madness::ResultsBase::to_json |
( |
| ) |
const |
|
pure virtual |
serialize the results to a JSON object
Implemented in madness::MetaDataResults, madness::ConvergenceResults, madness::OptimizationResults, madness::VibrationalResults, madness::RamanResults, madness::PropertyResults, madness::SCFResults, madness::CISResults, madness::CC2Results, madness::ZnemoResults, and madness::OEPResults.
The documentation for this class was generated from the following file: