qiskit.providers.aer.noise.NoiseModel.to_dict¶
- NoiseModel.to_dict(serializable=False)[Quellcode]¶
Return the noise model as a dictionary.
- Parameter
serializable (bool) – if True, return a dict containing only types that can be serializable by the stdlib json module.
- Rückgabe
a dictionary for a noise model.
- Rückgabetyp
dict