quant_met.parameters.Parameters.

quant_met.parameters.Parameters.model_fields#

Parameters.model_fields = {'control': FieldInfo(annotation=Control, required=True), 'k_points': FieldInfo(annotation=KPoints, required=True), 'model': FieldInfo(annotation=Union[DressedGrapheneParameters, GrapheneParameters, OneBandParameters], required=True, discriminator='name')}#

Metadata about the fields defined on the model, mapping of field names to [FieldInfo][pydantic.fields.FieldInfo] objects.

This replaces Model.__fields__ from Pydantic V1.