|
PSCF v1.4.0
|
Evaluate derivative of H w/ respect to perturbation parameter lambda. More...
#include <PerturbationDerivative.h>
Protected Member Functions | |
| PerturbationDerivative (typename T::Simulator &simulator, typename T::System &system) | |
| Constructor. | |
| ~PerturbationDerivative ()=default | |
| Destructor. | |
| double | compute () override |
| Compute and return the derivative of H w/ respect to lambda. | |
Evaluate derivative of H w/ respect to perturbation parameter lambda.
Specializations of this template are used as base classes for two closely analogous class templates, also named PerturbationDerivative, that are defined in the Rpc and Rpg namespaces for use in the pscf_rpc and pscf_rpg programs, respectively.
Template parameters:
Definition at line 31 of file fts/analyzer/PerturbationDerivative.h.
|
protected |
Constructor.
Definition at line 22 of file PerturbationDerivative.tpp.
References Util::ParamComposite::setClassName().
|
protecteddefault |
Destructor.
|
overrideprotected |
Compute and return the derivative of H w/ respect to lambda.
Definition at line 32 of file PerturbationDerivative.tpp.
References UTIL_CHECK.