EigenDecompositionApproachKrylovConfig#
-
class cuquantum.
densitymat. EigenDecompositionApproachKrylovConfig(
)[source]#
A data class for the block-Krylov approach configuration of
EigenDecomposition.- max_dim#
Maximum ratio of the total number of blocks in the Krylov subspace to the number of requested eigenvalues. If not specified, a default value will be chosen. Must be greater than
1. Defaults to5.- Type:
int | None