Open
Description
In PennyLane qml.cond(conditional, true_fn)
can take either a MeasurementValue
or a boolean for the conditional
argument. However, catalyst.cond
only accepts a boolean for the conditional argument. This prevents some PennyLane operations, such as iterative_qpe
, from being compatible with QJIT.