unitary_matrix {qwalkr} | 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(...)