Skip to content

Commit 2624d8f

Browse files
Debug
1 parent 4911a0f commit 2624d8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyqrack/qrack_simulator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ def __init__(
108108
if noise > 0:
109109
self.set_noise_parameter(noise)
110110

111-
if pyzxCircuit is not None:
112-
self.run_pyzx_gates(pyzxCircuit.gates)
111+
if pyzx_circuit is not None:
112+
self.run_pyzx_gates(pyzx_circuit.gates)
113113
elif qiskitCircuit is not None:
114114
self.run_qiskit_circuit(qiskitCircuit)
115115

0 commit comments

Comments
 (0)