Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Complementary channel #31

Open
vprusso opened this issue Jan 28, 2021 · 0 comments
Open

Feature: Complementary channel #31

vprusso opened this issue Jan 28, 2021 · 0 comments
Labels
Projects

Comments

@vprusso
Copy link
Owner

vprusso commented Jan 28, 2021

Given a map (quantum channel) compute the complementary map.

As an example, this functionality is present in the QETLAB package. While the implementation there is in MATLAB, the spirit of the implementation should be quite similar to the implementation for toqito:
http://www.qetlab.com/ComplementaryMap

Write the functionality for this task in toqito/channel_ops/complimentary_channel.py and ensure proper unit tests for this feature are written in tests/test_channel_ops/test_complimentary_channel.py. Also ensure that the automated docs are updated by placing the line toqito.channel_ops.complimentary_channel in docs/channels.rst under Operations on Quantum Channels.

@vprusso vprusso added this to To do in toqito via automation Jan 28, 2021
@vprusso vprusso changed the title Feature: Complementary Channel Feature: Complementary channel Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
toqito
  
To do
Development

No branches or pull requests

1 participant