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: logical = F
Lone keyword:
TActivates the native tblite fit auxiliary command when the section is present. [Edit on GitHub]
- COPY: string
Usage: COPY expanded-fit.toml
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: logical = F
Lone keyword:
TUsage: DRY_RUN T
Pass native tblite fit –dry-run. This expands and checks the fit setup without starting the optimization. [Edit on GitHub]
- INPUT_FILE: string
Usage: INPUT_FILE fit.toml
Fit-settings input file passed as the second positional argument to native tblite fit. [Edit on GitHub]
- PARAM_FILE: string
Usage: PARAM_FILE start.toml
Starting parameter file passed as the first positional argument to native tblite fit. [Edit on GitHub]