Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ssk committed Sep 11, 2023
1 parent bc8026c commit e109291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphix_ibmq/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def to_qiskit(self, save_statevector=False):
cr = ClassicalRegister(N_node)
circ = QuantumCircuit(qr, cr)

empty_qubit = [i for i in range(n)] # list indexicating the free circuit qubits
empty_qubit = [i for i in range(n)] # list of free qubit indices
qubit_dict = {} # dictionary to record the correspondance of pattern nodes and circuit qubits
register_dict = {} # dictionary to record the correspondance of pattern nodes and classical registers
reg_idx = 0 # index of classical register
Expand Down

0 comments on commit e109291

Please sign in to comment.