MADNESS 0.10.1
Classes | Namespaces | Typedefs | Functions
response_parameters.h File Reference
#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"
Include dependency graph for response_parameters.h:
This graph shows which files directly or indirectly include this file:

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)
 

Typedef Documentation

◆ perturbations

using perturbations = std::vector<std::string>