|
PSCF v1.4.0
|
Evaluate derivative of H w/ respect to perturbation parameter lambda. More...
#include <PerturbationDerivative.h>
Public Member Functions | |
| PerturbationDerivative (Simulator< D > &simulator, System< D > &system) | |
| Constructor. | |
Additional Inherited Members | |
| Protected Member Functions inherited from Pscf::Rp::PerturbationDerivative< D, Types< D > > | |
| PerturbationDerivative (typename Types< D >::Simulator &simulator, typename Types< D >::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 derived from specializations of the base class template Rp::PerturbationDerivative, and inherit their entire public interface and almost all of their source code from this base class. See the documentation for this base class template for details.
Definition at line 37 of file /fts/analyzer/PerturbationDerivative.h.
| Pscf::Rpc::PerturbationDerivative< D >::PerturbationDerivative | ( | Simulator< D > & | simulator, |
| System< D > & | system ) |
Constructor.
Definition at line 21 of file PerturbationDerivative.cpp.
References PerturbationDerivative().
Referenced by PerturbationDerivative().