Scine::Sparrow
5.0.0
Library for fast and agile quantum chemical calculations with semiempirical methods.
|
#include <ZeroOrderFock.h>
Public Member Functions | |
ZeroOrderFock (ZeroOrderMatricesCalculator &matricesCalculator, const Utils::SingleParticleEnergies &singleParticleEnergies, const Eigen::MatrixXd &energyWeightedDensityMatrix, const int &nElectrons) | |
void | initialize () override |
void | calculateDensityIndependentPart (Utils::DerivativeOrder order) override |
void | calculateDensityDependentPart (Utils::DerivativeOrder order) override |
void | finalize (Utils::DerivativeOrder) override |
Utils::SpinAdaptedMatrix | getMatrix () const override |
double | calculateElectronicEnergy () const override |
void | addDerivatives (Utils::AutomaticDifferentiation::DerivativeContainerType< Utils::Derivative::First > &derivatives) const override |
void | addDerivatives (Utils::AutomaticDifferentiation::DerivativeContainerType< Utils::Derivative::SecondAtomic > &derivatives) const override |
void | addDerivatives (Utils::AutomaticDifferentiation::DerivativeContainerType< Utils::Derivative::SecondFull > &derivatives) const override |
void | addDensityDependentElectronicContribution (std::shared_ptr< Utils::AdditiveElectronicContribution > contribution) final |
void | addDensityIndependentElectronicContribution (std::shared_ptr< Utils::AdditiveElectronicContribution > contribution) final |
![]() | |
virtual void | addDensityDependentElectronicContribution (std::shared_ptr< AdditiveElectronicContribution > contribution)=0 |
virtual void | addDensityIndependentElectronicContribution (std::shared_ptr< AdditiveElectronicContribution > contribution)=0 |
Implementation of FockMatrixCalculator for DFTB0.
|
final |
This function adds an additive electronic contribution to the Hamiltonian that will be evaluated each SCF iteration. At zero order no SCF is done. This just calls the density independent version
|
final |
This function adds an additive electronic contribution to the Hamiltonian that will be evaluated once per single-point calculation.