oqc-community / qat

QAT is a quantum compiler and runtime focused on low-level, just-above-driver integration.
Other
49 stars 11 forks source link

Bugfix: capture in openpulse #214

Closed lcauser-oqc closed 1 month ago

lcauser-oqc commented 1 month ago

Using capture in openpulse will generate an acquire instruction that has a delay None, which gives errors when trying to do arithmetic with NoneType and float

Changes: