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:
  • broadening (float)

  • calculate_additional (bool)

  • calculation (str)

  • conv_treshold (float)

  • max_iter (int)

  • n_bath (int)

  • n_iw (int)

  • n_spin (int)

  • n_success (int)

  • n_temp_points (int)

  • n_w (int)

  • outdir (pathlib.Path)

  • prefix (str)

  • wmixing (float)

field broadening = 0.005#
field calculate_additional = False#
field calculation [Required]#
field conv_treshold [Required]#
field max_iter = 1000#
field n_bath = 2#
field n_iw = 1024#
field n_spin = 1#
field n_success = 1#
field n_temp_points = 50#
field n_w = 4000#
field outdir [Required]#
field prefix [Required]#
field wmixing = 0.5#