We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4911a0f commit 2624d8fCopy full SHA for 2624d8f
1 file changed
pyqrack/qrack_simulator.py
@@ -108,8 +108,8 @@ def __init__(
108
if noise > 0:
109
self.set_noise_parameter(noise)
110
111
- if pyzxCircuit is not None:
112
- self.run_pyzx_gates(pyzxCircuit.gates)
+ if pyzx_circuit is not None:
+ self.run_pyzx_gates(pyzx_circuit.gates)
113
elif qiskitCircuit is not None:
114
self.run_qiskit_circuit(qiskitCircuit)
115
0 commit comments