Navigation :
Manual
Input Variables
-
Atomic Orbitals
-
Calculation Modes
-
ClassicalParticles
-
DFTBPlusInterface
-
Execution
-
Hamiltonian
--
DFT+U
--
PCM
--
Poisson
--
XC
---
DensityCorrection
--- DFTULevel
--- HFSingularity
--- HFSingularityNk
--- HFSingularityNsteps
--- Interaction1D
--- Interaction1DScreening
--- KLIPhotonCOC
--- libvdwxcDebug
--- libvdwxcMode
--- libvdwxcVDWFactor
--- OEPLevel
--- OEPMixing
--- OEPMixingScheme
--- OEPRemoveElectron
--- PhotonModes
--- PhotonXCEnergyMethod
--- PhotonXCEtaC
--- PhotonXCLambShift
--- PhotonXCLambShiftOmegaCutoff
--- PhotonXCLambShiftRenormalizeMass
--- PhotonXCLDAKappa
--- SCDMforPZSIC
--- SICCorrection
--- VDW_TS_cutoff
--- VDW_TS_damping
--- VDW_TS_sr
--- VDWCorrection
--- VDWD3Functional
--- VDWSelfConsistent
--- Xalpha
--- XCFunctional
--- XCKernel
--- XCKernelLRCAlpha
--- XCPhotonFunctional
--- XCPhotonIncludeHartree
--- XCUseGaugeIndependentKED
-- 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
XCKernel
XCKernel
Section Hamiltonian::XC
Type integer
Defines the exchange-correlation kernel. Only LDA kernels are available currently.
The options are the same as XCFunctional .
Note: the kernel is only needed for Casida, Sternheimer, or optimal-control calculations.
Defaults:
1D: lda_x_1d + lda_c_1d_csc
2D: lda_x_2d + lda_c_2d_amgb
3D: lda_x + lda_c_pz_mod
Options :
xc_functional :
The same functional defined by XCFunctional .
Source information
electrons/v_ks.F90 : 297
call parse_variable ( namespace , 'XCKernel' , default , val )