OptionalincludeIf true, includes import cirq statements. Defaults to true.
OptionalincludeIf true, includes comments in the generated Python code. Defaults to true.
OptionalcircuitThe variable name for the Cirq circuit object. Defaults to 'circuit'.
OptionalqubitThe type of qubits to use ('LineQubit' or 'GridQubit'). Defaults to 'LineQubit'.
OptionalincludeIf true, includes measurement operations at the end of the circuit. Defaults to false.
OptionalincludeIf true, includes boilerplate code to run a simulation. Defaults to false.
Defines the options for exporting a circuit to Cirq Python code.