MADNESS 0.10.1
|
#include <madness/chem/molecule.h>
#include <madness/chem/xcfunctional.h>
#include <madness/mra/mra.h>
#include <madness/world/parallel_archive.h>
#include <molresponse/ground_parameters.h>
#include <string>
#include <vector>
#include "madness/mra/QCCalculationParametersBase.h"
Go to the source code of this file.
Classes | |
struct | madness::ResponseParameters |
Namespaces | |
namespace | madness |
Namespace for all elements and tools of MADNESS. | |
Typedefs | |
using | perturbations = std::vector< std::string > |
Functions | |
void | madness::from_json (const nlohmann::json &, ResponseParameters &p) |
bool | madness::operator!= (const ResponseParameters &p1, const ResponseParameters &p2) |
bool | madness::operator== (const ResponseParameters &p1, const ResponseParameters &p2) |
void | madness::to_json (nlohmann::json &j) |
using perturbations = std::vector<std::string> |