CQCL/tket

Add `Op.is_unitary` method

Opened this issue · 1 comments

Would be useful to have an Op.is_unitary method to distingiush between unitary and non-unitary operations.

This method would return True for unitary ops (H , Rz , CCX etc) and False for non-unitary Ops (Measure, Reset etc)

This issue has been automatically marked as stale.