EigenDecompositionApproachLinearConfig#
-
class cuquantum.
densitymat. EigenDecompositionApproachLinearConfig(
)[source]#
A data class for the iterative linear-solver approach configuration of
EigenDecomposition.Used with
approach="linear"(currently MINRES), as required by the shift-invert DMRG split kind. The requested per-site relative normal-equation tolerance is supplied byEigenDecomposition.compute(); it is not a config field.