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