We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f13d5df + cf49650 commit c2d69b6Copy full SHA for c2d69b6
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