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