Dear all,
I use the version 9.4.0 of abinit. I have an issue in generating the k-resolved spectral function as in section 7 of the tutorial
https://docs.abinit.org/tutorial/dmft/# ... l-function
Despite I follow all the steps as described in the page, I don't get any file
tdmft_5o_DS3_DFTDMFT_SpectralFunction_kresolved_from_realaxisself
and the calculation ends normally. Please, attached you find the log_5_DS3 and the tdmft_5.abo files for more information - I renamed them as *.in because the page was forbidding any attachment with extensions like txt, dat, log...
Thanks a lot in advance for your help!
Antonio
no k-resolved spectral function as in DMFT tutorial [SOLVED]
Moderators: maryam.azizi, bruneval
no k-resolved spectral function as in DMFT tutorial
- Attachments
-
- log.in
- (426.22 KiB) Downloaded 838 times
-
- tdmft_5.abo.in
- (518.35 KiB) Downloaded 855 times
Re: no k-resolved spectral function as in DMFT tutorial [SOLVED]
Dear Antonio,
Thanks for your message.
The error comes from a bug that has been added in the source file.
You have to comment the line "dtset%usedmft=0" in m_invars2.F90 such that you have (around line 3605):
the k resolved band structure can be plotted.
Next ABINIT version will include the bug correction.
Best regards
Bernard
Thanks for your message.
The error comes from a bug that has been added in the source file.
You have to comment the line "dtset%usedmft=0" in m_invars2.F90 such that you have (around line 3605):
With this correction, the file tdmft_5o_DS3_DFTDMFT_SpectralFunction_kresolved_from_realaxisself is written andif (dtset%nbandkss /= 0 .and. dtset%usedmft/=0) then
dtset%plowan_compute=1
!dtset%usedmft=0
else if (dtset%optdriver==3) then
dtset%plowan_compute=10
else if(dtset%optdriver==4) then
the k resolved band structure can be plotted.
Next ABINIT version will include the bug correction.
Best regards
Bernard
Bernard Amadon
CEA
France
CEA
France
Re: no k-resolved spectral function as in DMFT tutorial
Dear Bernard,
now it works. Thanks a lot for the help!
All the best
Antonio
now it works. Thanks a lot for the help!
All the best
Antonio