View source on GitHub |
Loads a median cirq_google.Calibration
for the given device.
cirq_google.engine.load_median_device_calibration(
processor_id: str
) -> cirq_google.engine.Calibration
Real calibration data from Google's 'rainbow' and 'weber' devices has been saved in Cirq. The calibrations selected are roughly representative of the median performance for that chip.
A description of the stored metrics can be found on the calibration page.
Args | |
---|---|
processor_id
|
name of the processor to simulate. |
Raises | |
---|---|
ValueError
|
if processor_id is not a supported QCS processor. |