quant_met.parameters.
Parameters#
- pydantic model quant_met.parameters.Parameters#
Class to hold the parameters for a calculation.
- Attributes:
- controlControl
An instance of the Control class containing settings for the calculation.
- model
An instance of one of the Hamiltonian parameter classes, holding the specific parameters of the selected Hamiltonian model.
- k_pointsKPoints
An instance of the KPoints class that specifies the number of k-points for the simulation.
- Fields:
control (quant_met.parameters.main.Control)k_points (quant_met.parameters.main.KPoints)model (quant_met.parameters.hamiltonians.DressedGrapheneParameters | quant_met.parameters.hamiltonians.GrapheneParameters | quant_met.parameters.hamiltonians.OneBandParameters | quant_met.parameters.hamiltonians.TwoBandParameters | quant_met.parameters.hamiltonians.ThreeBandParameters)
- field control [Required]#
- field k_points [Required]#
- field model [Required]#