schmidt.decompose {RQEntangle} | R Documentation |
Perform Schmidt decomposition
Description
Perform Schmidt decomposition
Usage
schmidt.decompose(bipartite.qubits)
Arguments
bipartite.qubits |
tensor of bipartite systems |
Value
Schmidt modes, including the eigenvalues, and eigenvectors of both subsystems of the modes
Examples
singlet<- matrix(c(0, sqrt(0.7), sqrt(0.3), 0), byrow = TRUE, nrow = 2)
schmidt.decompose(singlet)
[Package RQEntangle version 0.1.3 Index]