-
When transpiling from OpenQASM to ProjectQ the minimal example
OPENQASM 2.0;
include "qelib1.inc";
the code produced is
```
from projectq import MainEngine, ops
from cmath import …
-
With Ubuntu 20.04, x86_64, Python 3.8.5, projectq 0.6.1:
```
$ python -c "from projectq import MainEngine; MainEngine()"
Illegal instruction (core dumped)
```
-
Hi everibody, I'm having some issues trying to run this [notebook](https://github.com/ProjectQ-Framework/ProjectQ/blob/fb548ef4b3544985ba0b73095d5c8794ed38f43c/examples/ibmq_tutorial.ipynb), I set the…
-
Hi,
I am wondering how it may be possible to pass commands between engines. I have a commandprinter() and I want to interface it with an IBM Backend. The documentation indicates that IBM Backend ca…
-
This is reserved issue to have logs of failed jobs.
-
We should include a list representing logical to physical qubit mapping for each solution.
- It should be a list. For example, if we have a mapping 0->0, 1->1, 2->3, 3->2, we will represent it simpl…
-
In certain known quantum algorithms (e.g. Grover's algorithm), some qubits are discarded during execution. This is equivalent to tracing out a qubit when speaking in terms of density matrices.
Is t…
-
#### Issue description
The tests for the IBM device are currently failing, due to a ``user`` argument passed to IBM.
A couple of months ago, IBM deprecated their original v1 API, for a new v2 AP…
-
The natural progression of qubit masking type selectability in recent PRs (#607) is toward totally independent unsigned integer masking and floating point precision choices, among all "fp" and "uint" …
-
#### Issue description
Using NumPy v.19.0, `dtype=object` must be specified when creating a ragged array. This happens e.g. in the [Doubly stochastic gradient descent demo](https://pennylane.ai/qml/d…