quspin.tools.evolution.expm_multiply_parallel

quspin.tools.evolution.expm_multiply_parallel

Methods

__init__(A[, a, dtype, copy])

Initializes expm_multiply_parallel.

dot(v[, work_array, overwrite_v, tol])

Calculates the action of \(\mathrm{e}^{aA}\) on a vector \(v\).

set_a(a[, dtype])

Sets the value of the property a.

Attributes

A

csr_matrix to be exponentiated.

a

\(\mathrm{e}^{aA}\)

alias of ExpmMultiplyParallel