-
- Install `QuEST` (https://github.com/quest-kit/QuEST).
- Run the examples.
-
We have a simple program in guppy which is serialized to JSON, but during deserialization we see this error:
```
Syntax("invalid type: integer `123`, expected internally tagged enum Versioned")
```…
-
Very often (though not always), with QIR submissions there appears to be no noise applied in the emulation. This is in contrast to QASM submissions.
I ran the following script:
```python
from p…
-
When compiling a simple qasm program via pytket-qir, I hit the following error:
```python
---------------------------------------------------------------------------
ValueError …
-
There is a mismatch between the classical operations pytket-phir can handle and those that the pytket to qasm converters could handle - if the following OpType could be supported then we should have p…
-
The following is has 3 X gates, each controlled on the same classical wire. The first and third X gates are turned on, but the middle X gate is off. The expected result would be the 0 state, but the o…
-
Hi there,
currently, the `qiskit_algorithms` dependency is `~=0.21.0`. Unfortunately, that version has some issues with `Qiskit v1.0.0` (see https://github.com/qiskit-community/qiskit-algorithms/is…
-
we have changed the wasm interface in qir, the tests needs to be enabled again after this is update on the remote side
-
### Environment information
mqt-qcec version: 2.2.3
qiskit version: 0.25.1
C++ compiler: g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
OS: DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS"
### Description
Th…
-
Using Ubuntu 22.04.3 LTS. `pip` version is 22.0.2.
Steps to repro:
* clone pytket into a new directory (`git clone https://github.com/CQCL/pytket`)
* set up a clean virtual environment (e.g., `py…