-
Updated
Oct 23, 2021
quantum-computing
Here are 1,390 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
Information
- Qiskit Terra version: main
- Python version: any
- Operating system: any
What is the current behavior?
Coveralls will often indicate spurious changes in coverage, due to randomness, or protective code not needing to
Description of the issue
Similar to cirq.SQRT_ISWAP_INV, define a global constant for cirq.ISWAP_INV and replace usages of cirq.ISWAP ** -1 with cirq.ISWAP_INV.
Cirq version
0.14.0
-
Updated
Nov 8, 2021 - OpenQASM
-
Updated
Oct 26, 2020 - HTML
-
Updated
Nov 4, 2021 - Jupyter Notebook
-
Updated
Nov 4, 2021
-
Updated
Oct 31, 2021
-
Updated
Oct 29, 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
The qml.transforms.insert() transform was recently added in PennyLaneAI/pennylane#1795, allowing users to insert a specified single qubit gate into a circuit with three orientations:
- at the start of the circuit
- at the end of the circuit
- after every gate in the circuit
However, it might also be nice to have the option of inserting multiqubi
-
Updated
Oct 30, 2021 - Jupyter Notebook
-
Updated
Sep 26, 2021
For example, pylint would have caught ProjectQ-Framework/ProjectQ#19 via an undefined variable warning.
The grammar was extended with some built-in math functions that were out of the specification. TSC decided that the functions included in Qiskit/openqasm#275 should be part of the specification.
-
Updated
Jun 4, 2021 - Python
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Oct 25, 2021 - Julia
-
Updated
Nov 8, 2021 - 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
Oct 29, 2021 - Python
-
Updated
Feb 26, 2019 - Python
-
Updated
Oct 28, 2021 - C++
-
Updated
Oct 14, 2021 - Jupyter Notebook
The formulas at API page for https://docs.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.preparation.purifiedmixedstatewithdata are also broken, but I couldn't figure out what caused it at a glance.
Originally posted by @tcNickolas in microsoft/QuantumLibraries#484 (comment)
-
Updated
Aug 27, 2019 - Python
The standard gates were defined pre-DEFGATE-AS so everything is an ugly matrix. Rewrite the file to use the most natural and straightforward definitions.
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)