SyTen
syten::Krylov::TensorNetworksImpl::ApplyThenOrtho Struct Reference

Application policy which first applies the operator to the state using its operator() and then does orthogonalisation using the supplied orthonormalisation policy. More...

#include <tn_krylov.h>

Static Public Member Functions

template<typename OrthoPolicy , typename Vec , typename Operator >
static Vec apply (Operator const &h, std::vector< Vec > const &krylov, IterativeConfig const &conf, IterativeExit &exit)
 Applies h to the last element of krylov, orthonormalising against all elements of krylov. More...
 

Detailed Description

Application policy which first applies the operator to the state using its operator() and then does orthogonalisation using the supplied orthonormalisation policy.


The documentation for this struct was generated from the following file: