CQCL / pytket-quantinuum

pytket-quantinuum, extensions for pytket quantum SDK
Apache License 2.0
29 stars 14 forks source link

Circuits containing division operations are supported in QASM (but not QIR) submissions #299

Open cqc-alec opened 11 months ago

cqc-alec commented 11 months ago

Under limited circumstances they are supported in QASM submissions, so this is a feature discrepancy.

cqc-alec commented 11 months ago

Related: https://github.com/CQCL/pytket-qir/issues/104 and https://github.com/qir-alliance/pyqir/issues/165 .

cqc-alec commented 11 months ago

Update: division operations with non-constant denominator shouldn't be supported at all, so it's actually a "bug" that they are in QASM.