eig0
Computes the groud state energy and the ground state of a Hermitian operator on a block by using an iterative Lanczos algorithm. This function is a shortcut for the eigs_lanczos function. We refer to eigs_lanczos for further details on the algorithm and the convergence criterion.
Sources
sparse_diag.hpp
sparse_diag.cpp
sparse_diag.jl
Definition
Parameters
Name | Description | Default |
---|---|---|
ops | OpSum defining a Hermitian operator | |
block | block on which the operator is defined | |
precision | accuracy of the computed ground state | 1e-12 |
max_iterations | maximum number of iterations | 1000 |
random_seed | random seed for setting up the initial vector | 42 |
Returns
Type | Description |
---|---|
real number | lowest lying eigenvalue of ops |
State | groundstate |