CQCL / pytket-qir

Public repo for the pytket-qir package
Apache License 2.0
6 stars 1 forks source link

Update conditional branches to use phi nodes #159

Closed cqc-melf closed 1 month ago

cqc-melf commented 4 months ago

update the conditional handling to use the phi node handling to track classical values.

This could be done using the new phi node in pyqir

This is a subtask of https://github.com/CQCL/pytket-qir/issues/152#issuecomment-2232680394

cqc-melf commented 1 month ago

Done in https://github.com/CQCL/pytket-qir/pull/163 and https://github.com/CQCL/pytket-qir/pull/166