avg_matrix {qwalkr} | R Documentation |
The Average Mixing Matrix of a Quantum Walk
Description
The Average Mixing Matrix of a Quantum Walk
Usage
avg_matrix(object, ...)
Arguments
object |
a representation of the quantum walk. |
... |
further arguments passed to or from other methods. |
Value
The average mixing matrix.
See Also
mixing_matrix()
, gavg_matrix()
, avg_matrix.ctqwalk()
Examples
w <- ctqwalk(matrix(c(0,1,0,1,0,1,0,1,0), nrow=3))
avg_matrix(w) #-> avg_matrix.ctqwalk(...)
[Package qwalkr version 0.1.0 Index]