ShiftNpcLinearOperator
full name: tenpy.linalg.sparse.ShiftNpcLinearOperator
parent module:
tenpy.linalg.sparse
type: class
Inheritance Diagram
Methods
|
|
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:
NpcLinearOperatorWrapper
Represents
original_operator + shift * identity
.This can be useful e.g. for better Lanczos convergence.