Home
last modified time | relevance | path

Searched defs:needsTau (Results 1 – 5 of 5) sorted by relevance

/dports/science/jdftx/jdftx-1.6.0/jdftx/electronic/
H A DExCorr_internal_mGGA.h56 bool needsTau() const { return true; } in needsTau() function
H A DExCorr_internal_GGA.h51 bool needsTau() const { return false; } in needsTau() function
H A DExCorr_internal_LDA.h47 bool needsTau() const { return false; } in needsTau() function
H A DDump_internal.h44 bool needsTau; //!< The kinetic energy density is needed for meta-gga functionals. variable
H A DExCorr.cpp202 …bool needsTau() const { return funcUnpolarized.info->family == XC_FAMILY_MGGA; } //!< MGGAs need K… in needsTau() function in FunctionalLibXC
642 bool needsSigma = false, needsTau=false, needsLap=false; in operator ()() local
941 bool needsSigma = false, needsTau=false, needsLap=false; in getSecondDerivatives() local