-
Updated
May 16, 2022
quantum-computing
Here are 1,700 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
Environment
- Qiskit Terra version: 0.36.0
- Python version: 3.8.8
- Operating system: Mac 11.6.5
What is happening?
Computing a suzuki decomposition of a Hamiltonian for a given time t. If t is a float, everything works fine. If t is a Parameter object the value gets squared when it is bound.
How can we reproduce the issue?
from qiskit.opflow import X, Z, Suz
Is your feature request related to a use case or problem? Please describe.
Right now a lot of modules (in particular tests) are pretty free form with how they do imports. It's a good practice to import modules wherever possible.
bad:
from cirq.devices import GridQubitgood:
from cirq import devices
devices.GridQubit(whatever)**Describe the soluti
-
Updated
Jun 4, 2022 - OpenQASM
-
Updated
Feb 28, 2022 - HTML
Remove index page
Informations
- Qiskit version:
- Python version:
- Operating system:
What is the current behavior?
Each section in the tutorial page has its own index page showing up as an icon similar to the tutorials itself which is confusing.
-
Updated
Jan 19, 2022
Feature details
It seems that the utility function qml.utils.expand is no longer used anywhere as of #2609.
It therefore could be removed. A differentiable, more up-to-date version is available in qml.operation.expand_matrix.
Implementation
No response
How important would you say this feature is?
1: Not important. Would be nice to have.
Additional information
_No resp
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
-
Updated
Jun 4, 2022 - Python
Describe the Issue!
Most of the functions in random_objects.py take an N input and an optional dims. Those input are redundant as the size (N) can be obtained from the dims. However the way they handle this inconsistent:
- Many functions, such as
rand_super,rand_dm, check that the dims matches the size and raise an error if it doesn't. rand_dm_ginibre,rand_super_bcszj
-
Updated
Feb 7, 2022 - Jupyter Notebook
-
Updated
Feb 1, 2022
What is the expected enhancement?
The openQASM project should have release notes associated with each tagged release (see #321). These should contain a summary of all changes included in the prepared release (or the development branch). For ease (and distribution) of maintenance, we should consider using reno which has been used with success in Qiski
-
Updated
May 9, 2022 - Python
Describe the Issue
- In section 2.4.3 on Controlled Rotations, the line "A controlled R_x(θ) could similarly be made using CNOT gates." seems incorrect.
- I assume that the line claims that replacing R_y(θ/2) by R_x(θ/2) (similarly for the -θ case), in the circuit above, we would get a controlled R_x(θ). This is incorrect.
- Passing |1> through q_0, we get X R_x(-θ/2) X R_x(θ/2)q_1, fo
-
Updated
Jun 4, 2021 - Python
-
Updated
May 25, 2022 - JavaScript
-
Updated
May 16, 2022 - C++
-
Updated
Jun 3, 2022 - Julia
-
Updated
Jun 2, 2022 - Python
-
Updated
Nov 26, 2021 - Python
-
Updated
Feb 26, 2019 - Python
-
Updated
Mar 19, 2022 - Jupyter Notebook
Is your feature request related to a problem? Please describe.
Adding concrete examples to API documentation comments can help clarify how Q# functions and operations are to be used. For example, the documentation for Microsoft.Quantum.Arrays.ElementsAt lists how the function acts on a variety of arrays:
-
Updated
Aug 27, 2019 - Python
scale-out-matrix-phases takes matrices double~. If, for any entry, it finds that there is no
I like to have another function that calculate
-
Updated
May 5, 2022 - Julia
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."
Currently task 1.3 (Validate inputs to QPE) is covered by two types of tests - Q# test
TestAssertIsEigenstate_Truethat checks that the solution doesn't throw exceptions on inputs that are a valid unitary-eigenstate pair, and C# tests that check that the solution does throw exception on inputs that are not a valid un