quantum
Here are 727 public repositories matching this topic...
What is the expected enhancement?
Qiskit/qiskit-terra#7643 implemented mocked IBM Quantum Systems backends using the new BackendV2 interface.
However, noisy simulation of pulse job using FakeBackendV2 is not possible because Aer doesn't support generating PulseSystemModel from V2 backends yet. This issue has been raised in Aer: https://github.com/Qiskit/qiskit-ae
-
Updated
Feb 28, 2022 - HTML
-
Updated
Jan 19, 2022
Include a script that can generate weekly status reports to dev's leadership. The report should have enough buzzwords to make leadership feel as if progress is being made without providing any specific detail that defines said progress.
Feature details
Due to the similarity, it is easy to confuse qml.X and qml.PauliX, especially since other methods of specifying circuits, e.g., QASM, use x for PauliX. But if a user uses qml.X in their circuit on a qubit device, nothing happens to inform them that the incorrect operation is being used:
@qml.qnode(dev)
def circ():
qml.PauliX(wires=0)
qml.HadaThe LaTeX code generated for the following simple circuit is invalid, and trying to plot the circuit results in a RuntimeError:
qc = QubitCircuit(1, num_cbits=1, reverse_states=False)
qc.add_measurement("M0", targets=0, classical_store=0)
qc.png
Setting reverse_states=True works fine.
The following line in QubitCircuit.latex_code() needs to include a sign dependent on the va
-
Updated
Mar 25, 2022 - Python
-
Updated
Mar 29, 2022 - C++
Most documentation comments in the compiler only use the <summary> tag. For short comments, this is fine, but in many cases the summary is several paragraphs long and would be easier to read if it used standard documentation tags to structure the information. This is especially important for exceptions - exceptions mentioned in the <summary> tag are easy to miss, whereas the special `<exceptio
-
Updated
Aug 16, 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
-
Updated
Mar 5, 2022 - JavaScript
-
Updated
Feb 23, 2022 - Julia
-
Updated
Mar 16, 2022 - C++
-
Updated
Dec 2, 2021 - Python
(Up for grabs for anyone who wants to do this)
Docpages generated for flax modules such as our models (RBM, RBMSymm, DenseSymm) are somehow... confused.
That's because Flax modules have a lot of methods scattered around and the attributes get put a bit everywhere.
Moreover, attributes of the model/layer itself are mixed with attributes common to all flax modules that are not really relevan
Benchmarks?
-
Updated
Mar 20, 2022 - Python
In addition to the current acceptable arguments for Q.Matrix, it ought to accept a Template literal (Template string) as a solo argument to make it trivially easy for something like this:
var m = new Q.Matrix(`
1 2 3 4
5 6 7 8`)This makes the task of creating arbitrary matrices much more human readable than passing nested Arrays, or even just a series of Arrays.
-
Updated
Mar 31, 2022 - Python
-
Updated
Feb 10, 2022 - Python
In the path https://github.com/microsoft/qsharp-runtime/tree/main/src/Simulation/Native there's a number of binary files whose name ends with _test. Those are test executables (in ELF format, likely for Linux) generated during the build.
We don't need them in the repo.
-
Updated
Jan 21, 2022
-
Updated
Apr 10, 2021 - Jupyter Notebook
-
Updated
Mar 28, 2022 - Python
Information
- Qiskit Metal version:
- Python version:
- Operating system:
Conversation in slack at #metal.
https://qiskit.slack.com/archives/C01R8KP5WP7/p1638275287214400
What is the current behavior?
It a
Improve this page
Add a description, image, and links to the quantum topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantum topic, visit your repo's landing page and select "manage topics."
Here are some examples:
repeat-until-successandsudoku-grover