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.
Utilities
qiskit_aer.utils
This module contains utility functions for modifying NoiseModel
objects and QuantumCircuits
using noise models.
Classes
NoiseTransformer () | [Deprecated] Transforms one quantum channel to another based on a specified criteria. |
Functions
transform_noise_model (noise_model, func) | Return a new noise model by applyign a function to all quantum errors. |
transpile_noise_model (noise_model, ...) | Return a new noise model with transpiled QuantumErrors. |
transpile_quantum_error (error, ...) | Return a new quantum error containin transpiled circuits. |
remap_noise_model (noise_model, remapping[, ...]) | [Deprecated] Remap qubits in a noise model. |
insert_noise (circuits, noise_model[, transpile]) | Return a noisy version of a QuantumCircuit. |
approximate_quantum_error (error, *[, ...]) | Return a QuantumError object that approximates an error as a mixture of specified operators (channels). |
approximate_noise_model (model, *[, ...]) | Replace all noises in a noise model with ones approximated by a mixture of operators (channels). |
Was this page helpful?
Report a bug or request content on GitHub.