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.utils.transpile_quantum_error
transpile_quantum_error(error, **transpile_kwargs)
Return a new quantum error containin transpiled circuits.
This returns a new QuantumError containing the circuits resulting from transpiling all error circuits using qiskit.transpile()
with the passed keyword agruments.
Parameters
- error (
QuantumError
) – the quantum error to be transformed. - transpile_kwargs – kwargs for passing to qiskit transpile function.
Return type
Returns
The transformed quantum error.
Raises
NoiseError – if the transformation failed.
Was this page helpful?
Report a bug or request content on GitHub.