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

Refactor partial_trace and partial_transpose #158

Merged
merged 4 commits into from
Jun 4, 2023
Merged

Conversation

ErikQQY
Copy link
Contributor

@ErikQQY ErikQQY commented May 29, 2023

Description

Fix: #145
This PR refactored partial_trace and partial_transpose.

Status

  • Ready to go

Signed-off-by: ErikQQY <2283984853@qq.com>
Signed-off-by: ErikQQY <2283984853@qq.com>
Signed-off-by: ErikQQY <2283984853@qq.com>
@ErikQQY
Copy link
Contributor Author

ErikQQY commented Jun 3, 2023

@vprusso I think this PR is ready to go!!

Copy link
Owner

@vprusso vprusso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good!

Adding a few minor comments. Let me know if you have any questions and we can hash it out!

@ErikQQY

tests/test_channels/test_partial_transpose.py Show resolved Hide resolved
tests/test_channels/test_partial_transpose.py Show resolved Hide resolved
tests/test_channels/test_partial_trace.py Show resolved Hide resolved
tests/test_state_props/test_is_separable.py Outdated Show resolved Hide resolved
tests/test_state_props/test_is_separable.py Outdated Show resolved Hide resolved
Signed-off-by: ErikQQY <2283984853@qq.com>
@vprusso
Copy link
Owner

vprusso commented Jun 3, 2023

Awesome, thanks for making the changes! I think this diff looks good to go on my end. If you agree, I'll go ahead and merge, but wanted to check with you beforehand. @ErikQQY

@ErikQQY
Copy link
Contributor Author

ErikQQY commented Jun 4, 2023

Let’s go!!

@vprusso vprusso merged commit 16d693c into vprusso:master Jun 4, 2023
@vprusso
Copy link
Owner

vprusso commented Jun 4, 2023

Awesome! Thank you again @ErikQQY for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor: Partial trace and partial transpose
2 participants