qiskit-community / qiskit-bip-mapper

Qiskit transpiler plugin for BIP Mapping routing pass
Apache License 2.0
5 stars 3 forks source link

Allow uneven number of physical and virtual qubits #7

Closed amyels closed 11 months ago

amyels commented 1 year ago

As long as the number of physical qubits exceeds the number virtual bits, BIPMapper should run. This is done by adding dummy registers to the circuit until the # virtual bits = # physical bits.

gnannicini commented 11 months ago

There are some failing checks so I can't merge this at the moment.