quantum-information
Here are 151 public repositories matching this topic...
-
Updated
Feb 7, 2022 - Jupyter Notebook
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 20, 2022 - Julia
-
Updated
Mar 19, 2022 - Jupyter Notebook
-
Updated
May 14, 2022 - Python
-
Updated
Feb 28, 2021 - Python
-
Updated
Apr 10, 2021 - Jupyter Notebook
-
Updated
Jan 7, 2022 - TeX
-
Updated
May 17, 2022 - Go
There's an obvious extension of ZMask() to "masked" S, T, and general PhaseRootN gates.ZMask() calculates parity of each masked permutation, and applies a -1 multiplicative factor if the parity is odd, achieving a batched set of masked Pauli Z gates. Similarly, for a general batched PhaseRootN gate, the effective extension of this parity calculation is to a ring with 2^(n+1) phas
-
Updated
Dec 13, 2019 - Python
Implement a function that calculates the max-relative entropy for quantum channels.
The functionality for this should be created in channel_props/max_relative_entropy.py with corresponding unit tests found in tests/test_channel_props/test_max_relative_entropy.py. Be sure to also update the docs in /docs/channels.rst under "Properties of Quantum Channels" with `toqito.channel_props.max_re
-
Updated
Mar 5, 2022 - Julia
-
Updated
Sep 7, 2021
-
Updated
Mar 19, 2020
Now that Q# + Python can use project files for references, we should add them here so IntelliSense can work better :)
-
Updated
Jan 8, 2021 - Python
-
Updated
Jun 21, 2021 - Jupyter Notebook
-
Updated
May 10, 2022 - Julia
Is your feature request related to a problem? Please describe
Current implementation of Model Learning (C_3 step) suggests duplication of code and lack of integration/reuse with existing solutions (possible case of NIH syndrome).
Describe the solution you'd like
Integrate C3 Model Learning with the Tensorflow ML ecosystem by extending Model and Layer to wrap C3 computations and sta
-
Updated
Mar 30, 2022 - TypeScript
-
Updated
Aug 12, 2019 - Python
-
Updated
Apr 12, 2021 - Python
-
Updated
May 17, 2022 - Jupyter Notebook
-
Updated
Nov 23, 2021 - Mathematica
-
Updated
May 6, 2021 - Julia
Need more tutorials contributed by the community
-
Updated
Jun 16, 2021 - Python
-
Updated
Jan 17, 2018 - Python
Improve this page
Add a description, image, and links to the quantum-information topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantum-information topic, visit your repo's landing page and select "manage topics."
Describe the Issue!
Most of the functions in
random_objects.pytake anNinput and an optionaldims. Those input are redundant as the size (N) can be obtained from thedims. However the way they handle this inconsistent: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