DFT-FE 1.1.0-pre
Density Functional Theory With Finite-Elements
|
#include "AuxDensityMatrix.h"
#include <vector>
#include <fstream>
#include <iostream>
#include "ExcSSDFunctionalBaseClass.t.cc"
Go to the source code of this file.
Classes | |
class | dftfe::ExcSSDFunctionalBaseClass< memorySpace > |
This class provides the structure for all Exc functionals that can be written as a combination of functional of Single Slater determinant that results in a non-multiplicative potential plus a remainder functional dependent on density and Tau. More... | |
Namespaces | |
namespace | dftfe |
Enumerations | |
enum class | dftfe::ExcFamilyType { dftfe::LDA , dftfe::GGA , dftfe::LLMGGA , dftfe::HYBRID , dftfe::DFTPlusU , dftfe::MGGA } |
enum class | dftfe::densityFamilyType { dftfe::LDA , dftfe::GGA , dftfe::LLMGGA } |
enum class | dftfe::xcRemainderOutputDataAttributes { dftfe::e , dftfe::vSpinUp , dftfe::vSpinDown , dftfe::pdeDensitySpinUp , dftfe::pdeDensitySpinDown , dftfe::pdeSigma , dftfe::pdeLaplacianSpinUp , dftfe::pdeLaplacianSpinDown , dftfe::pdeTauSpinUp , dftfe::pdeTauSpinDown } |