CQCL / pytket-qir

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

fix entry point handling #35

Closed cqc-melf closed 1 year ago

cqc-alec commented 1 year ago

When using this conversion function we get a different error back:

Expected the QIR file to have qubit count specifiedbut no annotation was found

So it looks like it's solved one problem but there is a similar problem with the num_required_qubits attribute.

cqc-melf commented 1 year ago

When using this conversion function we get a different error back:

Expected the QIR file to have qubit count specifiedbut no annotation was found

So it looks like it's solved one problem but there is a similar problem with the num_required_qubits attribute.

I have updated that as well