Dear Kwant Developers,
I am trying to use KPM conductance method and getting a low
precision, complex results and overflow if I put temperature too low.
Is there a way to add moments or to improve in other ways?
I have tried add_moments, but it produced errors and ate almost all
memory.
cond =
kwant.kpm.conductivity(sys,alpha=component1,beta=component2,params=params)
cond.add_moments(100)
return cond(mu=energy,temperature=0.002)
The LDOS calculation with 10000 moments worked very well in my prior experince.
Shall I also add spectrum boundaries by hands (as I did before)?
Best wishes,
Sergey