DFT-FE 1.1.0-pre
Density Functional Theory With Finite-Elements
|
#include "headers.h"
#include "FEBasisOperations.h"
#include "AtomCenteredSphericalFunctionBase.h"
#include "AtomicCenteredNonLocalOperator.h"
#include "AuxDensityMatrix.h"
#include "AtomPseudoWavefunctions.h"
Go to the source code of this file.
Classes | |
struct | dftfe::hubbardSpecies |
This structure provides the relevant information pertaining to hubbard correction such as U value, orbital Ids and so on for each hubbard species. More... | |
class | dftfe::hubbard< ValueType, memorySpace > |
This class provides the Hubbard correction. This class is an object of ExcDFTPluU Class. More... | |
Namespaces | |
namespace | dftfe |
Enumerations | |
enum class | dftfe::HubbardOccFieldType { dftfe::In , dftfe::Out , dftfe::Residual } |
This enum class provides the tags for the occupation matrices. This will be relevant during mixing. More... | |