unitary_matrix {qwalkr} | R Documentation |
The Unitary Time Evolution Operator of a Quantum Walk
Description
The Unitary Time Evolution Operator of a Quantum Walk
Usage
unitary_matrix(object, ...)
Arguments
object |
a representation of the quantum walk. |
... |
further arguments passed to or from other methods. |
Value
The unitary time evolution operator.
See Also
mixing_matrix()
, unitary_matrix.ctqwalk()
Examples
w <- ctqwalk(matrix(c(0,1,0,1,0,1,0,1,0), nrow=3))
unitary_matrix(w, t = 2*pi) #-> unitary_matrix.ctqwalk(...)
[Package qwalkr version 0.1.0 Index]