-
Updated
Jul 1, 2021
quantum-computing
Here are 1,191 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
Information
- Qiskit Terra version: latest
- Python version:
- Operating system:
What is the current behavior?
qc = QuantumCircuit(1)
qc.x(0)
qc.measure_all()
trans_qc = transpile(qc, backend, instruction_duration
There's quite a wall of boilerplate code to go along with the cirq.google tutorials to handle the various cases: [simulator, engine] x [colab, ipython, other] x [explicitly set, environment variable].
We should factor this out into a library function that you can call to do auth and get a device and sampler (and maybe an engine? we don't have a simulator analog of engine)
-
Updated
Jul 4, 2021 - OpenQASM
-
Updated
Oct 26, 2020 - HTML
-
Updated
Jul 4, 2021 - Jupyter Notebook
-
Updated
Apr 19, 2021
-
Updated
Jul 2, 2021
-
Updated
Jul 1, 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
-
Updated
Jul 4, 2021 - Python
-
Updated
Jun 23, 2021 - Jupyter Notebook
-
Updated
Jun 8, 2021
For example, pylint would have caught ProjectQ-Framework/ProjectQ#19 via an undefined variable warning.
-
Updated
Jun 4, 2021 - Python
-
Updated
Jun 30, 2021 - TeX
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
Jul 1, 2021 - Julia
-
Updated
Feb 26, 2019 - Python
-
Updated
Jun 30, 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
Describe the issue
In this section of textbook clearly two simulation methods are used Statevector and Qasm . But there is a problem in content as these simulation method are part of aer_simulator
. One can clearly see that only aer_simulator
is defined in code but the statevector and qasm are used in content.
Describe what you expect to see
I think one should fix the content and
-
Updated
Jun 9, 2021 - Jupyter Notebook
-
Updated
Aug 27, 2019 - Python
Describe the bug
If I provide Partitioned an array of length N and partition sizes of total length N, the return contains an extra partition of length 0 in the end. This makes it inconvenient to use: if I want to split an array into K parts of equal length ([example](https://github.com/microsoft/Quantum
It is hard to debug these hash table monstrosities without some visualization. Maybe we can visualize them with a Hasse diagram.
-
Updated
Jun 18, 2021 - C++
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
)