quil-lang / quilc

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

CONTROLLED rotation gates with symbolic parameters don't compile #832

Open stylewarning opened 2 years ago

stylewarning commented 2 years ago

@notmgsk reports that CONTROLLED RX(param) 0 1 can't be compiled when param is a memory reference. Should uncontrol-rotation from modifiers.lisp be handling this?

ecpeterson commented 5 months ago

Should we close this or leave it open for the FORKED case too?