Function qsym2::interfaces::cli::qsym2_output_calculation_summary
source · pub fn qsym2_output_calculation_summary<P: AsRef<Path>>(
config_path: P,
cli: &Cli,
)
Expand description
Outputs a summary of the calculation.
§Arguments
config_path
- The path of the configuration YAML file defining the calculation parameters.cli
- The parsed command-line arguments.