|
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 with D=1, 2, and 3 are derived from specializations of base class template Rp::PerturbationDerivative, and inherit their public interface and almost all of their source code from this base class.
Definition at line 36 of file /fts/analyzer/PerturbationDerivative.h.
| Pscf::Rpg::PerturbationDerivative< D >::PerturbationDerivative | ( | Simulator< D > & | simulator, |
| System< D > & | system ) |
Constructor.
Definition at line 22 of file PerturbationDerivative.cu.
References PerturbationDerivative().
Referenced by PerturbationDerivative().