Skip to content
#

quantum-information

Here are 151 public repositories matching this topic...

Ericgig
Ericgig commented Mar 21, 2022

Describe the Issue!

Most of the functions in random_objects.py take an N input and an optional dims. Those input are redundant as the size (N) can be obtained from the dims. However the way they handle this inconsistent:

  • Many functions, such as rand_super, rand_dm, check that the dims matches the size and raise an error if it doesn't.
  • rand_dm_ginibre, rand_super_bcsz j
taalexander
taalexander commented Mar 11, 2022

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

enhancement good first issue
Quantum-Computing-Collection-Of-Resources

A Well Maintained Repository On Quantum Computing Resources [Code+Theory] Updated Regularly During My Time At IBM, Qubit x Qubit And The Coding School's Introduction To Quantum Computing Course '21

  • Updated Apr 10, 2021
  • Jupyter Notebook
qrack
WrathfulSpatula
WrathfulSpatula commented Aug 31, 2021

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

vprusso
vprusso commented Mar 4, 2021

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

lazyoracle
lazyoracle commented May 30, 2021

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

enhancement good first issue can-wait tensorflow

Improve this page

Add a description, image, and links to the quantum-information topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more