Optional
includeIf true, includes descriptive comments in the generated Python code. Defaults to true
.
Optional
includeIf true, includes necessary from qiskit import ...
statements. Defaults to true
.
Optional
circuitThe variable name for the Qiskit QuantumCircuit
object. Defaults to 'circuit'
.
Optional
includeIf true, adds measurement operations for all qubits to the circuit. Defaults to false
.
Optional
includeIf 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.