PARAM_CLI

Run the native tblite param subcommand as an auxiliary REFERENCE_CLI diagnostic. The command inspects, imports, exports, or converts tblite parameter data. If no INPUT_FILE is supplied, CP2K selects the surrounding XTB/TBLITE/METHOD as native –method. If METHOD is specified here, it overrides only this auxiliary command. [Edit on GitHub]

Keywords

Keyword descriptions

SECTION_PARAMETERS

Type: logical
Default: F
Lone keyword: T

Description: Activates the native tblite param auxiliary command when the section is present.

[Edit on GitHub]

INPUT_FILE

Type: string
Usage: INPUT_FILE parameters.toml

Description: Optional positional input parameter file for native tblite param. If omitted, the command operates on the selected built-in METHOD.

[Edit on GitHub]

METHOD

Type: enum
Default: GFN2
Usage: METHOD (GFN1|GFN2|IPEA1)

Description: Base parametrization passed to native tblite param as –method. If omitted, CP2K uses the surrounding XTB/TBLITE/METHOD.

Valid values:

  • GFN1 Use the GFN1-xTB base parametrization.

  • GFN2 Use the GFN2-xTB base parametrization.

  • IPEA1 Use the IPEA1 base parametrization.

[Edit on GitHub]

OUTPUT

Type: string
Usage: OUTPUT parameters.toml

Description: Output parameter file passed to native tblite param as –output. If omitted, native tblite writes to its default stream or file for the selected operation.

[Edit on GitHub]