quantum-information
Here are 146 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
Apr 13, 2022 - Julia
-
Updated
Mar 19, 2022 - Jupyter Notebook
-
Updated
Mar 20, 2022 - Python
-
Updated
Feb 28, 2021 - Python
-
Updated
Apr 10, 2021 - Jupyter Notebook
-
Updated
Jan 7, 2022 - TeX
-
Updated
Apr 14, 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
Feature: Is NPT
Given a quantum state provided as a density matrix or vector, determine whether the state is NPT (has negative partial transpose). If some of the eigenvalues of the transpose of the density operator representing the state are strictly smaller than zero, we say the state is NPT.
Note: A state is NPT if it is not PPT, so this should be a direct if not is_ppt(...) function call. It's mostly jus
-
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
Apr 14, 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
Mar 24, 2022 - Jupyter Notebook
-
Updated
Nov 23, 2021 - Mathematica
-
Updated
May 6, 2021 - Julia
Need more tutorials contributed by the community
-
Updated
Jan 17, 2018 - Python
-
Updated
Jun 16, 2021 - 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