View source: R/avg_evolution.R
gavg_matrix | R Documentation |
The Generalized Average Mixing Matrix of a Quantum Walk
gavg_matrix(object, ...)
object |
a representation of the quantum walk. |
... |
further arguments passed to or from other methods. |
The generalized average mixing matrix.
mixing_matrix()
, avg_matrix()
, gavg_matrix.ctqwalk()
w <- ctqwalk(matrix(c(0,1,0,1,0,1,0,1,0), nrow=3))
gavg_matrix(w, rnorm(100)) #-> gavg_matrix.ctqwalk(...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.