quil-lang / quilc

The optimizing Quil compiler.
Apache License 2.0
454 stars 73 forks source link

Teach the "old gate definition model" about SWAP. #796

Closed karlosz closed 2 years ago

karlosz commented 2 years ago

This just naively translates swap instructions directly when the object supports it.

karlosz commented 2 years ago

I accidentally messed up the last pull request implementing this but I've adjusted tests and taught the reader how to deal with SWAP now.

karlosz commented 2 years ago

Updated to have more sensible tests.