5#ifndef DFTFE_EXCDENSITYLLMGGACLASS_H
6#define DFTFE_EXCDENSITYLLMGGACLASS_H
13 template <dftfe::utils::MemorySpace memorySpace>
18 std::shared_ptr<xc_func_type> funcCPtr);
21 std::shared_ptr<xc_func_type> funcCPtr,
22 std::string modelXCInputFile);
30 const std::pair<dftfe::uInt, dftfe::uInt> &quadIndexRange,
34 &cDataout)
const override;
38 const std::vector<xcRemainderOutputDataAttributes> &outputDataAttributes)
73 const std::vector<double> &kPointWeights)
override;
77 const std::vector<double> &kPointWeights)
override;
Definition AuxDensityMatrix.h:40
ExcSSDFunctionalBaseClass(const ExcFamilyType excFamType, const densityFamilyType densityFamType, const std::vector< DensityDescriptorDataAttributes > &densityDescriptorAttributesList)
Definition ExcSSDFunctionalBaseClass.t.cc:25
void updateWaveFunctionDependentFuncDerWrtPsi(const std::shared_ptr< AuxDensityMatrix< memorySpace > > &auxDensityMatrixPtr, const std::vector< double > &kPointWeights) override
dftfe::uInt d_vxcDivergenceTermFDStencilSize
Definition excDensityLLMGGAClass.h:93
double getWaveFunctionDependentExcEnergy() override
void applyWaveFunctionDependentFuncDerWrtPsi(const dftfe::linearAlgebra::MultiVector< dataTypes::number, memorySpace > &src, dftfe::linearAlgebra::MultiVector< dataTypes::number, memorySpace > &dst, const dftfe::uInt inputVecSize, const dftfe::uInt kPointIndex, const dftfe::uInt spinIndex) override
void computeRhoTauDependentXCData(AuxDensityMatrix< memorySpace > &auxDensityMatrix, const std::pair< dftfe::uInt, dftfe::uInt > &quadIndexRange, std::unordered_map< xcRemainderOutputDataAttributes, std::vector< double > > &xDataOut, std::unordered_map< xcRemainderOutputDataAttributes, std::vector< double > > &cDataout) const override
std::shared_ptr< xc_func_type > d_funcXPtr
Definition excDensityLLMGGAClass.h:90
excDensityLLMGGAClass(std::shared_ptr< xc_func_type > funcXPtr, std::shared_ptr< xc_func_type > funcCPtr)
NNLLMGGA * d_NNLLMGGAPtr
Definition excDensityLLMGGAClass.h:89
std::vector< double > d_spacingFDStencil
Definition excDensityLLMGGAClass.h:92
void applyWaveFunctionDependentFuncDerWrtPsi(const dftfe::linearAlgebra::MultiVector< dataTypes::numberFP32, memorySpace > &src, dftfe::linearAlgebra::MultiVector< dataTypes::numberFP32, memorySpace > &dst, const dftfe::uInt inputVecSize, const dftfe::uInt kPointIndex, const dftfe::uInt spinIndex) override
std::shared_ptr< xc_func_type > d_funcCPtr
Definition excDensityLLMGGAClass.h:91
void checkInputOutputDataAttributesConsistency(const std::vector< xcRemainderOutputDataAttributes > &outputDataAttributes) const override
excDensityLLMGGAClass(std::shared_ptr< xc_func_type > funcXPtr, std::shared_ptr< xc_func_type > funcCPtr, std::string modelXCInputFile)
void computeWaveFunctionDependentExcEnergy(const std::shared_ptr< AuxDensityMatrix< memorySpace > > &auxDensityMatrix, const std::vector< double > &kPointWeights) override
void reinitKPointDependentVariables(dftfe::uInt kPointIndex) override
double getExpectationOfWaveFunctionDependentExcFuncDerWrtPsi() override
An class template to encapsulate a MultiVector. A MultiVector is a collection of vectors belonging t...
Definition MultiVector.h:127
float numberFP32
Definition dftfeDataTypes.h:43
Definition pseudoPotentialToDftfeConverter.cc:34
xcRemainderOutputDataAttributes
Definition ExcSSDFunctionalBaseClass.h:58
std::uint32_t uInt
Definition TypeConfig.h:10