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