-
Hi, I am currently trying to implement a quantum computer simulator in a browser using Nerdamer. To simulate quantum bits, it needs a lot of tensor products of matrices, so I am thinking of extending …
-
Calculating mean values is very NISQY. VQE, QAOA e.t.c: https://arxiv.org/abs/1909.11485
-
Is that because of the data structure of DDsim?
-
### What is the expected behavior?
I am working on implementing an image classifier following this tutorial: https://github.com/Qiskit/qiskit-tutorials/blob/master/legacy_tutorials/aqua/machi…
-
Hey Florian,
I am trying out the simulator but got stuck at the installation of OpenDS.
For some reason, IntelliJ just does not run on my Ubuntu 18.04. Is there a way to run the simulator direct…
-
As it is already time to think about J/GSoC2016 I created this issue to facilitate the discussion.
Here are some project ideas that came up:
- Development of a "proper Array-with-basis type/package".…
acroy updated
4 years ago
-
It's long been a personal goal to implement improvements to QUnit that would make it fully fundamentally efficient on a Clifford algebra, if no other gates are used. The system of singly-controlled ph…
-
Is it possible to treat a square root as it is, e.g. √5, without converting it to a number?
Specifically, I'd like to do the following:
```js
sqrt(5) //=> √5 object
sqrt(2) + sqrt(3) //=> √2 +…
-
Ask workshop attendees, upon invitation, to communicate or bring their pet algorithm to the mitiq garage.
-
Current mmul is broken with core.matrix 0.50.0. Needs a fix to ensure that this works with complex numbers.
In the meantime, inner-product works as a replacement