schmidt.decompose {RQEntangle} | R Documentation |
Perform Schmidt decomposition
schmidt.decompose(bipartite.qubits)
bipartite.qubits |
tensor of bipartite systems |
Schmidt modes, including the eigenvalues, and eigenvectors of both subsystems of the modes
singlet<- matrix(c(0, sqrt(0.7), sqrt(0.3), 0), byrow = TRUE, nrow = 2) schmidt.decompose(singlet)