OptionalincludeIf true, includes descriptive comments in the generated Python code. Defaults to true.
OptionalincludeIf true, includes necessary from qiskit import ... statements. Defaults to true.
OptionalcircuitThe variable name for the Qiskit QuantumCircuit object. Defaults to 'circuit'.
OptionalincludeIf true, adds measurement operations for all qubits to the circuit. Defaults to false.
OptionalincludeIf true, includes boilerplate code to execute the circuit on a simulator. Defaults to false.
Defines the options for exporting a circuit to Qiskit Python code.