GUESS_CLI
Run the native tblite guess subcommand as an auxiliary REFERENCE_CLI diagnostic. The command executes tblite guess on the generated GEN geometry by default and prints the initializing charges and dipole moments. CP2K forwards the surrounding charge and multiplicity as native –charge and –spin. GLOBAL/PRINT_LEVEL controls native –silent or –verbose exactly as for the main REFERENCE_CLI run command. This section is diagnostic only; CP2K does not use the generated guess data to seed the production calculation. [Edit on GitHub]
Keywords
Keyword descriptions
- SECTION_PARAMETERS
Type: logical
Default: F
Lone keyword: TDescription: Activates the native tblite guess auxiliary command when the section is present.
- EFIELD
Type: real[3]
Default: 0.00000000E+000 0.00000000E+000 0.00000000E+000
Usage: EFIELD 0.0 0.0 0.0Description: Homogeneous electric field passed to native tblite guess as –efield. The three components are given in V/Angstrom, matching native tblite.
- ELECTRONIC_TEMPERATURE_GUESS
Type: real
Default: 0.00000000E+000 [K]
Usage: ELECTRONIC_TEMPERATURE_GUESS [K] 4000Description: Electronic temperature for native tblite guess –etemp-guess. This option is used by the CEH guess in native tblite. A value of zero leaves tblite’s own default untouched.
- GRAD
Type: logical
Default: F
Lone keyword: T
Usage: GRAD TDescription: Request native tblite guess –grad, evaluating the analytic gradient of the guessed charges.
- INPUT_FILE
Type: string
Usage: INPUT_FILE structure.genDescription: Positional input structure for native tblite guess. The file format must match GUESS_CLI/INPUT_FORMAT. If omitted, CP2K uses the temporary GEN geometry written for the enclosing REFERENCE_CLI calculation.
- INPUT_FORMAT
Type: string
Default: gen
Usage: INPUT_FORMAT genDescription: Input format hint passed to native tblite guess as –input. The default is GEN, matching the temporary DFTB+ GEN geometry written by CP2K for the enclosing reference calculation.
- JSON
Type: string
Lone keyword: tblite.json
Usage: JSON tblite.jsonDescription: Filename passed to native tblite guess as –json. If the keyword is present without a filename, CP2K uses tblite’s CLI default name tblite.json. If omitted, CP2K does not request JSON output for the auxiliary guess command.
- METHOD
Type: enum
Default: CEH
Usage: METHOD (SAD|EEQ|CEH)Description: Initial-population method passed to native tblite guess as –method. SAD uses superposed atomic densities, EEQ uses electronegativity equilibration, and CEH uses the charge-extended Huckel guess. The default matches native tblite guess.
Valid values:
SADUse the superposition of atomic densities guess.EEQUse the electronegativity equilibration guess.CEHUse the charge-extended Huckel guess.
- SOLVER
Type: enum
Default: GVD
Usage: SOLVER (GVD|GVR)Description: Electronic solver passed to native tblite guess as –solver. GVD is the default generalized eigenvalue decomposition solver; GVR selects the alternative solver exposed by tblite.
Valid values:
GVDUse the GVD electronic solver.GVRUse the GVR electronic solver.