About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
qiskit_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.