cirq_ionq.calibration.Calibration

An object representing the current calibration state of a QPU.

Methods

calibration_time

View source

Return a python datetime object for the calibration time.

Args
tz The timezone for the string. If None, the method uses the platform's local timezone.

Returns
A datetime object with the time.

connectivity

View source

Returns which qubits and can interact with which.

Returns
A set of the possible qubits that can interact as tuples. This contains both ordered pairs. If (cirq.LineQubit(x), cirq.LineQubit(y)) is in the set, then (cirq.LineQubit(y), cirq.LineQubit(x)) is in the set.

fidelities

View source

Returns the metrics (fidelities).

num_qubits

View source

The number of qubits for the QPU.

target

View source

The name of the QPU.

timings

View source

Returns the gate, measurement, and resetting timings.