French
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit_aer.noise.NoiseModel.from_dict

static NoiseModel.from_dict(noise_dict)[source]

Load NoiseModel from a dictionary.

Paramètres

noise_dict (dict) – A serialized noise model.

Renvoie

the noise model.

Type renvoyé

NoiseModel

Lève

NoiseError – if dict cannot be converted to NoiseModel.