ShiftNpcLinearOperator¶
full name: tenpy.linalg.sparse.ShiftNpcLinearOperator
parent module:
tenpy.linalg.sparsetype: class
Inheritance Diagram

Methods
|
Initialize self. |
Return the hermitian conjugate of self. |
|
|
|
Contract self to a matrix. |
|
Return to the original NpcLinearOperator. |
-
class
tenpy.linalg.sparse.ShiftNpcLinearOperator(orig_operator, shift)[source]¶ Bases:
tenpy.linalg.sparse.NpcLinearOperatorWrapperRepresentes
original_operator + shift * identity.This can be useful e.g. for better Lanczos convergence.