quil-lang / quilc

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

Modify: gate operator classes take gates as their target #867

Closed macrologist closed 1 year ago

macrologist commented 1 year ago

Gate operator constructors dagger-gate, forked-gate, and controlled-gate formerly accepted any-ole value as a target argument. This PR makes gate the most general type they accept.

Furthermore, I added :type gate slot option to the :target slot definition in the respective defclass forms.