cirq_google.engine.load_device_noise_properties

Loads NoiseProperties for the given device.

This combines calibration data for the device with gate times from its specification, and the Z phases data, if available, to construct NoiseProperties for device simulation.

processor_id name of the processor to simulate. Use list_virtual_processors to obtain available names.

ValueError if processor_id is not a supported QCS processor.