Closed jrhui closed 2 years ago
Hi @zhl-95,
the problem is known and will be fixed with this PR: #177 . We can only merge it after we release the next version of triqs, because the PR will break backward compatibility. if you want to, you can try the PR with this git repo / fork: https://github.com/jkarp314/dft_tools/tree/sumk_mesh
Thanks for reporting this. I will keep the issue open until we merged the PR.
Best regards, Alex
This should be fixed now with #177 being merged into unstable.
In
SumkDFTTools.spaghettis()
,SK.lattice_gf()
is called. InsideSK.lattice_gf()
G_lattice
will be used if exists. However when themesh
passed into spaghettis() is inconsistence withG_lattice.mesh
, the result will be wrong.