mixing_matrix: The Mixing Matrix of a Quantum Walk

View source: R/time_evolution.R

mixing_matrixR Documentation

The Mixing Matrix of a Quantum Walk

Description

The Mixing Matrix of a Quantum Walk

Usage

mixing_matrix(object, ...)

Arguments

object

a representation of the quantum walk.

...

further arguments passed to or from other methods.

Value

The mixing matrix of the quantum walk.

See Also

unitary_matrix(), avg_matrix(), gavg_matrix(), mixing_matrix.ctqwalk()

Examples

w <- ctqwalk(matrix(c(0,1,0,1,0,1,0,1,0), nrow=3))

mixing_matrix(w, t = 2*pi) #-> mixing_matrix.ctqwalk(...)


qwalkr documentation built on Sept. 27, 2023, 9:09 a.m.