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:
If it exists, use the default delay for a measure acquire.
Added a redundancy measure to ensure that if the delay is None, use 0.0 instead.
Using
capture
in openpulse will generate an acquire instruction that has a delayNone
, which gives errors when trying to do arithmetic withNoneType
andfloat
Changes:
None
, use0.0
instead.