cqc-melf
cqc-melf
Hi qsharp team, On windows with python 3.8 the import of qsharp fails with the following error message: from qsharp import compile as qscompile # type: ignore C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\qsharp\__init__.py:198: in client...
We currently have an issue with the size of circuits that can be displayed using the display module in pytket. The size was reduces by the upgrade done in https://github.com/CQCL/tket/pull/387
currently disabled because of https://github.com/CQCL/pytket-qsharp/issues/37 in https://github.com/CQCL/pytket/pull/227
Currently it is possible to convert wasm function with more than one return value, this should not be the case and throw an error.
Add an error message to the qasm conversion when trying to convert classical division operation.
The same function is used in pytket-qir and pytket-quantinuum, it would be good to move this to pytket for easier maintenance. See https://github.com/CQCL/pytket-quantinuum/blob/develop/pytket/extensions/quantinuum/backends/quantinuum.py#L133C81-L133C81 https://github.com/CQCL/pytket-qir/pull/69/files#diff-8fe9fe507e5fb106ece128cf3250de1a8f4d74b9d88af5ab615b1ee635329c53R132
We would like to use self defined functions which have multiple return value. To do this we class pyqir.FunctionType would need to be extended. To simplest solution would be to...
### Environment - **Qiskit version**: 0.45, 0.46, 1.0.0 and 1.0.1 - **Python version**: 3.10 and 3.11 - **Operating system**: linux ### What is happening? This error shows up when updating...