SyTen
solver_policies.h File Reference

Different solver policies for StandardKrylov and TensorNetworksKrylov. More...

+ This graph shows which files directly or indirectly include this file:

Classes

class  syten::Krylov::SolverPolicies::Eigen
 Policy class to solve a Krylov subspace problem to get the lowest-eigenvalue eigenvector. More...
 
class  syten::Krylov::SolverPolicies::Exponential
 Policy class to solve the Krylov problem and calculate \( \mathrm{exp}(t H) |\psi\rangle \) given a Krylov space, a timestep t and if necessary an initial norm. More...
 
class  syten::Krylov::SolverPolicies::ExponentialFineOverlap
 Exponential solver which also calculates a fine grid of overlaps for every time step taken. More...
 
struct  syten::Krylov::SolverPolicies::StandardImmediateSolve
 Tag struct to signal to the Standard solver SolverPolicy sp_result() function that it will only be called once. More...
 

Namespaces

 syten
 Syten namespace.
 
 syten::Krylov
 Krylov subspace methods.
 
 syten::Krylov::SolverPolicies
 Solver policies to be used by StandardKrylov and TensorNetworksKrylov.
 

Detailed Description

Different solver policies for StandardKrylov and TensorNetworksKrylov.