cirq_ionq.serializer.SerializedProgram

A container for the serialized portions of a cirq.Circuit.

input A dictionary which contains the number of qubits and the serialized circuit minus the measurements.
settings A dictionary of settings which can override behavior for this circuit when run on IonQ hardware.
metadata A dictionary whose keys store information about the measurements in the circuit.
compilation {"opt": int, "precision": str}, settings for compilation when creating a job
error_mitigation {'debiasing': bool} settings for error mitigation when creating a job
noise Dictionary, {"model": str (required), "seed": int (optional)}
dry_run If True, the job will be submitted by the API client but not processed remotely.

Methods

__eq__

Return self==value.