quant_met.parameters.

Control#

pydantic model quant_met.parameters.Control#

Control for the calculation.

Attributes:
calculationstr

Specifies the type of calculation to be performed.

prefixstr

A string used as a prefix for naming output files generated by the simulation.

outdirpathlib.Path

A path indicating the output directory where results will be saved.

conv_tresholdfloat

A float value representing the convergence threshold. The calculation will stop when changes in the results drop below this threshold.

Fields:
  • calculate_additional (bool)

  • calculation (str)

  • conv_treshold (float)

  • max_iter (int)

  • n_temp_points (int)

  • outdir (pathlib.Path)

  • prefix (str)

field calculate_additional = False#
field calculation [Required]#
field conv_treshold [Required]#
field max_iter = 1000#
field n_temp_points = 50#
field outdir [Required]#
field prefix [Required]#