Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
amyels authored Sep 6, 2023
1 parent dca32ea commit d81239f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_bip_mapper/bip_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def run(self, dag):
"BIPMapping requires the number of physical qubits to be equal "
"or exceed the number of virtual qubits."
)

# Add dummy variables to dag so physical qubits = virtual qubits.
if len(self.qubit_subset) > len(dag.qubits):
dag.add_qreg(QuantumRegister(size=(len(self.qubit_subset) - len(dag.qubits)), name="dummy"))
Expand Down

0 comments on commit d81239f

Please sign in to comment.