-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add partial transpose function in quantum_info (#9566)
* partial_transpose included * included partial_transpose * included partial_transpose * included partial_transpose * included partial_transpose * included partial_transpose * included partial_transpose * included partial_transpose * included partial_transpose * included partial_transpose * included partial_transpose * included partial_transpose * included test for partial transpose * included test for partial transpose * included test for partial transpose * added docstring * included DensityMatrix(rho1) * changed rho1 * addition of release note * fix * fix * fir partial_transpose * Update utils.py * refactor and add tests --------- Co-authored-by: Ikko Hamamura <ikkoham@users.noreply.github.com>
- Loading branch information
1 parent
5dbac1e
commit 580590f
Showing
3 changed files
with
50 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
releasenotes/notes/adding-partial-transpose-040a6ff00228841b.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
features: | ||
- | | ||
The partial transpose operation has been integrated into the quantum_info module, allowing for partial transposition of matrices. | ||
This operation is key in detecting entanglement between bipartite quantum system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters