Skip to content
Snippets Groups Projects
Commit f4f58d6d authored by Christoph Groth's avatar Christoph Groth
Browse files

fix bug in selfenergy - test needed for this codepath!

parent 9e7196de
No related branches found
No related tags found
No related merge requests found
......@@ -467,8 +467,8 @@ def unified_eigenproblem(h_onslice, h_hop, tol):
extract, project = linsys[3]
vec_gen = lambda x: kla.evecs_from_gen_schur(s, t, z=z, select=x)
ord_schur = lambda x: kla.order_schur(x, s, t,
z=z, calc_ev=False)[2]
ord_schur = lambda x: kla.order_gen_schur(x, s, t,
z=z, calc_ev=False)[2]
else:
# Hopping matrix can be safely inverted -> regular eigenproblem can be
# used. This also means, that the hopping matrix is n x n square.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment