Navigation :
Manual
Input Variables
-
Atomic Orbitals
-
Calculation Modes
-
ClassicalParticles
-
DFTBPlusInterface
-
Execution
-
Hamiltonian
--
DFT+U
--- ACBN0IntersiteCutoff
--- ACBN0IntersiteInteraction
--- ACBN0RotationallyInvariant
--- ACBN0Screening
--- DFTUBasisFromStates
--- DFTUBasisStates
--- DFTUDoubleCounting
--- DFTUPoissonSolver
--- SkipSOrbitals
--- UseAllAtomicOrbitals
--
PCM
--
Poisson
--
XC
-- AdaptivelyCompressedExchange
-- CalculateDiamagneticCurrent
-- CalculateSelfInducedMagneticField
-- CurrentDensity
-- EnablePhotons
-- EwaldAlpha
-- FilterPotentials
-- ForceTotalEnforce
-- GaugeFieldDelay
-- GaugeFieldDynamics
-- GaugeFieldPropagate
-- GaugeVectorField
-- GyromagneticRatio
-- MagneticConstrain
-- MagneticConstrainStrength
-- MaxwellCouplingMode
-- MaxwellDipoleField
-- MultipolarExpansionTerms
-- ParticleMass
-- PauliHamiltonianTerms
-- RashbaSpinOrbitCoupling
-- RelativisticCorrection
-- SOStrength
-- StaticElectricField
-- StaticMagneticField
-- StaticMagneticField2DGauge
-- TheoryLevel
-- TimeZero
-
Linear Response
-
Math
-
Maxwell
-
Mesh
-
Output
-
SCF
-
States
-
System
-
Time-Dependent
-
Utilities
-
Alphabetic Index
Tutorials
Developers
Releases
DFTUBasisStates
DFTUBasisStates
Section Hamiltonian::DFT+U
Type block
Default none
This block starts by a line containing a single integer describing the number of
orbital sets. One orbital set is a group of orbitals on which one adds a Hubbard U.
Each following line of this block contains the index of a state to be used to construct the
localized basis, followed by the index of the corresponding orbital set.
See DFTUBasisFromStates for details.
Source information
hamiltonian/lda_u.F90 : 411
if ( parse_block ( namespace , 'DFTUBasisStates' , blk ) == 0 ) then