DFTB

References: Porezag1995, Seifert1996, Elstner1998, Zhechkov2005

Parameters needed to set up the DFTB methods [Edit on GitHub]

Subsections

Keywords

Keyword descriptions

DIAGONAL_DFTB3: logical = F

Lone keyword: T

Usage: DIAGONAL_DFTB3

Use a diagonal version of the 3rd order energy correction (DFTB3) [Edit on GitHub]

DISPERSION: logical = F

Lone keyword: T

Usage: DISPERSION

References: Zhechkov2005

Use dispersion correction [Edit on GitHub]

DO_EWALD: logical = F

Lone keyword: T

Usage: DO_EWALD

Deprecated debug override for the DFTB Ewald treatment. By default the setting is inferred from SUBSYS/CELL/PERIODIC. If set to TRUE, the DFT/POISSON section must use a periodic Poisson solver. [Edit on GitHub]

Warning

The keyword DO_EWALD is deprecated and may be removed in a future version.

Use SUBSYS/CELL/PERIODIC to select periodicity. DO_EWALD is retained only as a debug override for the DFTB Ewald path.

EPS_DISP: real = 1.00000000E-004

Usage: EPS_DISP

Define accuracy of dispersion interaction [Edit on GitHub]

HB_SR_GAMMA: logical = F

Lone keyword: T

Usage: HB_SR_GAMMA

References: Hu2007

Uses a modified version for the GAMMA within the SCC-DFTB scheme, specifically tuned for hydrogen bonds. [Edit on GitHub]

ORTHOGONAL_BASIS: logical = F

Usage: ORTHOGONAL_BASIS

Assume orthogonal basis set [Edit on GitHub]

SCC_MIXER: enum = AUTO

Usage: SCC_MIXER (AUTO|TBLITE|CP2K|NONE)

Valid values:

  • AUTO Default method-dependent choice.

  • TBLITE Use the tblite modified Broyden SCC mixer.

  • CP2K Use CP2K charge mixing for SCC variables.

  • NONE Do not mix SCC variables; for debugging.

Selects the SCC variable mixer for CP2K-internal DFTB calculations. AUTO keeps the existing CP2K density/SCF mixing path for DFTB. The SCC variables are the model populations and, where required by the selected method, atomic multipoles that feed the self-consistent xTB potential. TBLITE uses tblite’s modified Broyden mixer for those variables inside the CP2K SCF cycle. CP2K maps the variables onto CP2K’s charge-mixing infrastructure. When TBLITE is active, the native SCC convergence follows XTB/TBLITE/ACCURACY and the tblite-side SCC update limit follows TBLITE_MIXER/ITERATIONS. If SCC_MIXER is explicitly set to TBLITE, CP2K also sets DFT/SCF/MAX_SCF to TBLITE_MIXER/ITERATIONS. With SCC_MIXER AUTO or CP2K, MAX_SCF keeps its normal CP2K meaning. With QS/LS_SCF, explicit SCC_MIXER settings are reset to NONE internally and CP2K emits a warning; LS_SCF controls the density-matrix optimization. When CP2K is active, convergence follows the normal CP2K SCF controls, in particular DFT/SCF/EPS_SCF and DFT/SCF/MIXING. For GFN2/tblite, the CP2K mixer acts on the full SCC-variable set: shell charges plus atomic dipole and quadrupole variables. CP2K-internal GFN0-xTB has no SCC variables to mix, so AUTO and NONE are equivalent there and explicit CP2K or TBLITE mixer choices are reset to NONE. For CP2K-internal GFN1 and DFTB/DFTB3, the SCC variables are only charge or shell-charge like. The initial SCC variables are seeded from CP2K’s current density, so DFT/SCF/SCF_GUESS and DFT/WFN_RESTART_FILE_NAME define the starting point. NONE performs direct updates without mixing and is intended for debugging, since it can be unstable. [Edit on GitHub]

SELF_CONSISTENT: logical = T

Usage: SELF_CONSISTENT

References: Elstner1998

Use self-consistent method [Edit on GitHub]