-
Can quantum work on Large-scale distributed platform?such as several gpus?
-
We are running a LOT of quantum circuits in the MNIST tutorial. Maybe we should find a way to trim it down a little bit ? so CI can run faster. Right now it takes as much as 30+ mins on all the notebo…
-
#### Issue description
Description of the issue - include code snippets and screenshots here
if relevant. You may use the following template below
* *Expected behavior:* (What you expect to hap…
-
With 0.6, the Microsoft.Quantum.Primitive namespace was deprecated in favor of Microsoft.Quantum.Intrinsic, but the trace simulator page still uses the old name.
---
#### Document Details
⚠ *Do not …
-
This issue is dedicated to keep track of everything that has to be communicated to Alexey and Tim in the next release e-mail.
Milestones:
https://github.com/kephircheek/qasofm/milestone/1
https…
-
Hello. I love the courseplay app, thanks for your work! I have noticed that some courseplay courses I create, after a while they no longer work correctly. For example, using courseplay to navigate a t…
-
# Abstract
Qiskit has a big library of built-in quantum algorithms called ‘quiskit aqua’. The ma-jority of these algorithms scale exponentially with the number of qubits. If one looks deeper into the…
-
I've seen http://docs.rigetti.com/en/stable/ which includes some of the API strings via https://github.com/rigetti/pyquil/tree/master/docs/source/apidocs and Sphinx.
Initially assuming you used all…
-
If I remove everything other than `E501` (line length) and `F401` (unused imports), and run `flake8 pyquil`, I get 319 errors. At some point we should try to get rid of these, rather than ignoring the…
-
**Is your feature request related to a problem? Please describe.**
By using `CCNOT` gates when the target is known to be in a zero state, one looses optimization potential to reduce the number of `…