quil-lang / quilc

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

Bugfix: rework some of the standard gates init logic to accommodate seq gates #809

Closed Spin1Half closed 2 years ago

Spin1Half commented 2 years ago

It was discovered when fiddling with some of the std gate definitions that the recent sequence gate definition validation/resolution aren't fully integrated for sequence gate definitions added to this file

Spin1Half commented 2 years ago

This was in draft because of issues I was encountering for an unrelated reason, I will address these issues in a separate PR