gavg_matrix: The Generalized Average Mixing Matrix of a Quantum Walk

View source: R/avg_evolution.R

gavg_matrixR Documentation

The Generalized Average Mixing Matrix of a Quantum Walk

Description

The Generalized Average Mixing Matrix of a Quantum Walk

Usage

gavg_matrix(object, ...)

Arguments

object

a representation of the quantum walk.

...

further arguments passed to or from other methods.

Value

The generalized average mixing matrix.

See Also

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

Examples

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

gavg_matrix(w, rnorm(100)) #-> gavg_matrix.ctqwalk(...)


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