catalyst.cond
does not accept MeasurementValue
type as input conditional
#1237
Labels
enhancement
New feature or request
In PennyLane
qml.cond(conditional, true_fn)
can take either aMeasurementValue
or a boolean for theconditional
argument. However,catalyst.cond
only accepts a boolean for the conditional argument. This prevents some PennyLane operations, such asiterative_qpe
, from being compatible with QJIT.The text was updated successfully, but these errors were encountered: