FIT_CLI

Run the native tblite fit subcommand as an auxiliary REFERENCE_CLI diagnostic. The command optimizes or dry-runs tblite parameters from a starting PARAM_FILE and a fit settings INPUT_FILE. Because native fitting can be expensive and writes its own outputs, the section is inactive unless explicitly present. [Edit on GitHub]

Keywords

Keyword descriptions

SECTION_PARAMETERS

Type: logical
Default: F
Lone keyword: T

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

[Edit on GitHub]

COPY

Type: string
Usage: COPY expanded-fit.toml

Description: Filename passed to native tblite fit as –copy. Native tblite writes the full representation of the fit input to this file, with defaults filled in and masks expanded.

[Edit on GitHub]

DRY_RUN

Type: logical
Default: F
Lone keyword: T
Usage: DRY_RUN T

Description: Pass native tblite fit –dry-run. This expands and checks the fit setup without starting the optimization.

[Edit on GitHub]

INPUT_FILE

Type: string
Usage: INPUT_FILE fit.toml

Description: Fit-settings input file passed as the second positional argument to native tblite fit.

[Edit on GitHub]

PARAM_FILE

Type: string
Usage: PARAM_FILE start.toml

Description: Starting parameter file passed as the first positional argument to native tblite fit.

[Edit on GitHub]