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