negativity {RQEntangle} | R Documentation |
Calculate the negativity given the calculate Schmidt modes.
Description
Calculate the negativity given the calculate Schmidt modes.
Usage
negativity(modes)
Arguments
modes |
Schmidt modes |
Value
negativity
Examples
singlet<- matrix(c(0, sqrt(0.7), sqrt(0.3), 0), byrow = TRUE, nrow = 2)
modes<- schmidt.decompose(singlet)
negativity(modes)
[Package RQEntangle version 0.1.3 Index]