Implementation helpers for Krylov::TensorNetworks class. More...
Classes | |
| struct | ApplyThenOrtho |
Application policy which first applies the operator to the state using its operator() and then does orthogonalisation using the supplied orthonormalisation policy. More... | |
| class | HEffDenseExpectation |
| Policy class which takes the full matrix and the set of Krylov vectors and calculates the dense effective projected matrix. More... | |
| class | HEffTridiagExpectation |
| Policy class which takes the full matrix and the set of Krylov vectors and calculates the tridiagonal effective projected matrix. More... | |
| struct | VarApplyOrtho |
| Application policy which uses apply_op_orthogonalise_fit() to apply the operator and orthogonalise immediately. More... | |
Implementation helpers for Krylov::TensorNetworks class.