BoostNpcLinearOperator
full name: tenpy.linalg.sparse.BoostNpcLinearOperator
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.BoostNpcLinearOperator(orig_operator, boosts, boost_vecs)[source]
Bases:
NpcLinearOperatorWrapper
Represents
original_operator + shift_i * |vec_i><vec_i|
.This can be useful e.g. for better Lanczos convergence.