qiskit.providers.aer.noise.thermal_relaxation_error
thermal_relaxation_error(t1, t2, time, excited_state_population=0)
Return a single-qubit thermal relaxation quantum error channel.
Parameters
- t1 (double) – the relaxation time constant.
- t2 (double) – the relaxation time constant.
- time (double) – the gate time for relaxation error.
- excited_state_population (double) – the population of state at equilibrium (default: 0).
Returns
a quantum error object for a noise model.
Return type
Raises
NoiseError – If noise parameters are invalid.
Additional information:
- For parameters to be valid and must satisfy .
- If the error can be expressed as a mixed reset and unitary error channel.
- If the error must be expressed as a general non-unitary Kraus error channel.
Was this page helpful?
Report a bug or request content on GitHub.