Different solver policies for StandardKrylov and TensorNetworksKrylov. More...
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 | |
namespace | syten |
Syten namespace. | |
namespace | syten::Krylov |
Krylov subspace methods. | |
namespace | syten::Krylov::SolverPolicies |
Solver policies to be used by StandardKrylov and TensorNetworksKrylov. | |
Different solver policies for StandardKrylov and TensorNetworksKrylov.