Propagates the quantum walk for time t.
Parameters: |
|
---|---|
Keyword Arguments: | |
|
|
Returns: | : this creates a PETSc vector containing the propagated state, accessed via the attribute psi, as well as a PETSc vector containing the marginal probabilities, prob. |
Return type: | petsc4py.PETSc.Vec() |
Note
The EigSolver properties only take effect if method=’chebyshev’.
Fortran interface
This function calls the Fortran function expm(). for the Krylov method, and the function qw_cheby() for the Chebyshev method.