lanczos_eigenvalues
Defined in
<>MISSING
Definition
-
__MISSING__template <class coeff_t> hydra::Tmatrix lanczos_eigenvalues(const hydra::BondList & bonds, State<coeff_t> state_0, int num_eigenvalue, double precision, int max_iterations, double deflation_tol)
Parameters:-
const hydra::BondList &bonds -
State<coeff_t>state_0 -
intnum_eigenvalue -
doubleprecision -
intmax_iterations -
doubledeflation_tol
-
-
__MISSING__template <class coeff_t> hydra::Tmatrix lanczos_eigenvalues(const hydra::BondList & bonds, const hydra::Block & block, int num_eigenvalue, double precision, int max_iterations, double deflation_tol)
Parameters:-
const hydra::BondList &bonds -
const hydra::Block &block -
intnum_eigenvalue -
doubleprecision -
intmax_iterations -
doubledeflation_tol
-