-
Updated
Aug 2, 2021
quantum-computing
Here are 1,261 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-success
andsudoku-grover
- [README in diagnostics](https://github.com/microsoft/Quantum/blob/main/samples/diagnostics/RE
Now we have snapshot testing for other graphs besides circuits (thanks to #6672), it should be extended with other graphing functions, like plot_coupling_map
and plot_gate_map
(introduced in #6751).
Is your feature request related to a use case or problem? Please describe.
I need a function that takes in a state_vector
and returns the probabilities of it's amplitudes.
Describe the solution you'd like
Add a def state_vector_to_probabilities()
to
https://github.com/quantumlib/Cirq/blob/master/cirq-core/cirq/value/probability.py
**[optional] Describe alternatives/workaround
-
Updated
Aug 19, 2021 - OpenQASM
-
Updated
Oct 26, 2020 - HTML
-
Updated
Aug 17, 2021 - Jupyter Notebook
-
Updated
Jul 6, 2021
-
Updated
Aug 19, 2021
-
Updated
Aug 13, 2021 - 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
Is your feature request related to a problem? Please describe.
I would like to check the behavior of the parameter index
in the function QubitCircuit.add_gate()
In qutip.qip.QubitCircuit.add_gate()
, there is a optional list
type attribute called index.
This seems to be used to insert gates in the middle of the gate list (qutip.qip.QubitCircuit.gates
).
The corresponding code is
Feature details
We would like to define a new operation called SISWAP
, that is the square-root of the qml.ISWAP
operation. See further details here.
Implementation
List of tasks for completion:
A. Adding the operation
- Adding the
SISWAP
new class for the operation topennylane/ops/qubit/non_parametric_ops.py
. Complete its
-
Updated
Jul 20, 2021 - Jupyter Notebook
-
Updated
Jul 14, 2021
For example, pylint would have caught ProjectQ-Framework/ProjectQ#19 via an undefined variable warning.
-
Updated
Jun 4, 2021 - Python
Did you find a doc bug or broken link that needs to be fixed?
- What is the file name(s) where you found the bug?
https://qiskit.github.io/openqasm/language/types.html
- What is the current text that needs to be fixed or removed? (You can copy and paste)
An index set can be specified by a single unsigned integer, a comma-separated list of unsigned integers a,b,c,…, or a range.
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Aug 9, 2021 - Julia
-
Updated
Aug 16, 2021 - Python
Currently, the Bosonic backend does not support the MeasureFock
and MeasureThreshold
measurement operations. It would be great to add support for these two operations to the Bosonic backend.
This would entail writing functions to calculate the different probabilities up to a given cutoff, using numpy to sample from this distribution and writing update rules for updating the post measurement
-
Updated
Feb 26, 2019 - Python
Describe the issue
Some of the code cells in the Japanese translation of the textbook are outdated and might not work with the latest version of Qiskit. These files need to be updated by a Japanese speaker to match the English version of the textbook (under i18n/locales/ja/
):
-
ch-algorithms/shor.ipynb
-
ch-algorithms/defining-quantum-circuits.ipynb
- `ch-algorithms/sim
-
Updated
Jun 9, 2021 - Jupyter Notebook
-
Updated
Aug 6, 2021 - C++
-
Updated
Aug 27, 2019 - Python
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:
There seems to be confusion between 'schedule' and 'scheduler' throughout sources and doc. They seem to be used interchangeably, which seems confusing. Is a "schedule" the same as a "scheduleR"?
For example, consider the following code snippet in src/compressor/compressor.lisp
:
(let ((lschedule (make-lscheduler)))
;; load up the logical schedule
The variable lschedule
and
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:
DumpMachine
toAssertEqualOnZeroState
)