-
Updated
Nov 23, 2020
quantum-computing
Here are 941 public repositories matching this topic...
Here are some examples:
- Root README is missing machine learning category of samples
- README in algorithms is missing
repeat-until-successandsudoku-grover - [README in diagnostics](https://github.com/microsoft/Quantum/blob/main/samples/diagnostics/RE
It would be useful to be able to iterate over, or return a list of coefficients in PauliSumOp. At present, one has to dig into the details to construct the coefficients for each term. In particular, it requires multiplying
Is your feature request related to a use case or problem? Please describe.
The transform_qubits method in Circuit and Operation only accepts functions. In contrast, CircuitOperation also accepts qubit-to-qubit maps in with_qubit_mapping (Highlighted by @maffoo in #3580).
Describe the solution you'd like
The transform_qubits method should be updated to also accept qubit
-
Updated
Oct 26, 2020 - HTML
-
Updated
Dec 30, 2020 - Python
-
Updated
Dec 29, 2020 - Jupyter Notebook
-
Updated
Dec 29, 2020
-
Updated
Dec 22, 2020
-
Updated
Dec 28, 2020 - Python
Adding type hints
To get this codebase up to standard, we need to add type hints. At the very least, perhaps we should start insisting that all new code has type hints added, but moreover we need to add typing to the code that currently exists.
This is a pretty large project, but luckily it can be done incrementally - I believe at this point it's a stretch goal for v1, if anyone wants to help it would be much ap
Running travis lint gives a bunch of warning. Like for instance, sudo : required is no longer needed, and Travis migrated to a new architecture. So the travis.yml file needs to be updated.
https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures
-
Updated
Dec 6, 2020 - Jupyter Notebook
-
Updated
Jul 17, 2018 - Python
-
Updated
Dec 29, 2020 - Python
For example, pylint would have caught ProjectQ-Framework/ProjectQ#19 via an undefined variable warning.
-
Updated
Sep 16, 2020
-
Updated
Dec 16, 2020 - JavaScript
-
Updated
Dec 28, 2020 - TeX
-
Updated
Feb 26, 2019 - Python
What is the expected behavior?
Two independent but related VQE feature requests important for experiments on quantum hardware:
- More shots on final cost-function evaluation
There should be an option to increa
It would be nice to allow users to set a custom value for the tensorflow dtype if they are really pushing their simulations (and aware of the memory tradeoffs). This would be a very straightforward feature to add, most likely by adjusting backend_options to accept a dtype argument or something similar
See, e.g., the discussion below:
You could change this line https://github.com/XanaduAI
-
Updated
Dec 26, 2020 - Julia
-
Updated
Aug 27, 2019 - Python
-
Updated
Sep 23, 2020 - Jupyter Notebook
-
Updated
Dec 29, 2020 - Jupyter Notebook
-
Updated
Jun 2, 2020 - Python
Implement a function to splice parsed-program objects together in a reasonable way.
-
Updated
Dec 24, 2020 - Python
Improve this page
Add a description, image, and links to the quantum-computing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantum-computing topic, visit your repo's landing page and select "manage topics."
Several katas could have better error messaging:
DumpMachinetoAssertEqualOnZeroState)