Function 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.