Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
ParameterRepr¶
- class ParameterRepr(name, repr=None, unit=None)[source]¶
Detailed description of fitting parameter.
- name¶
Original name of the fit parameter being defined in the fit model.
- Type:
str
- repr¶
Optional. Human-readable parameter name shown in the analysis result and in the figure.
- Type:
str | None
- unit¶
Optional. Physical unit of this parameter if applicable.
- Type:
str | None