rigetti / quil-rs

Quil Parser & Program Builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is_quil_t() returns true for WAIT

MarquessV opened this issue · comments

WAIT is not a Quil-T instruction and as such, is_quil_t should return false when used on a WAIT instruction.