quantum-compiler / quartz

The Quartz Quantum Compiler
Apache License 2.0
76 stars 19 forks source link

[Circuit] Add a function to remove swap gates logically #135

Closed xumingkuan closed 10 months ago

xumingkuan commented 10 months ago

This PR adds a function to remove all SWAP gates and replace them with logical qubit index swaps.

benchmark_dp will require running test_remove_swap first after this PR (maybe temporarily).