CQCL / tket

Source code for the TKET quantum compiler, Python bindings and utilities
https://docs.quantinuum.com/tket/
Apache License 2.0
257 stars 48 forks source link

Add `Op.is_unitary` method #1382

Open CalMacCQ opened 6 months ago

CalMacCQ commented 6 months ago

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)

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale.