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