abacusmodeling / abacus-develop

An electronic structure package based on either plane wave basis or numerical atomic orbitals.
GNU Lesser General Public License v3.0
154 stars 154 forks source link

Difference of DOS between the amorphous structure relaxed by vasp and abacus #322

Open MumuMaster2021 opened 3 months ago

MumuMaster2021 commented 3 months ago

Describe the Code Quality Issue

We provide four amorphous structures, Ge10_Bi2_Si59_O143, which use vasp and abacus to relax, and then perform dos calculation after convergence. The results show that the dos calculation of the structure after abacus srelax indicates that it is a conductor, and the optimized configuration after vasp is a semiconductor. According to experience, we prefer this amorphous structure to be a semiconductor. May I ask whether the accuracy of abacus' relax configuration is insufficient or whether other reasons lead to the difference between the above two calculation software results in the convergent configuration?

image image

Additional Context

No response

Task list for Issue attackers (only for developers)

dyzheng commented 3 months ago

Can you upload your ABACUS input files to repeat your results?

Another question is what is the E_Fermi value from ABACUS? The zero energy point of output DOS file from ABACUS is not the Fermi energy.

MumuMaster2021 commented 3 months ago

Hi,daye This zip includes two structure results calculated by vasp  and abacus. 来自飞书邮箱的超大附件 [image: https://sf1-cdn-tos.douyinstatic.com/obj/eden-cn/fuupceh7nupfnupfnuhog/icon_file_unknow.png] issue-322.tar.gz 208.7 MB将于 Jun 13, 2024 失效 下载https://www.feishu.cn/mail/page/attachment?token=R9GgbPIe5oHL1YxckwJczcranac

From: @.> Date: Tue, May 28, 2024, 23:11 Subject: Re: [abacusmodeling/abacus-develop] Difference of DOS between the amorphous structure relaxed by vasp and abacus (Issue #322) To: @.> Cc: @.>, @.> Can you upload your ABACUS input files to repeat your results? Another question is what is the E_Fermi value from ABACUS?

The zero energy point of output DOS file from ABACUS is not the Fermi energy. — Reply to this email directly, view it on GitHubhttps://github.com/abacusmodeling/abacus-develop/issues/322#issuecomment-2135476951, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BCDP6QRMQCUWHHMI6FLKPETZESNBVAVCNFSM6AAAAABINBBEXCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZVGQ3TMOJVGE. You are receiving this because you authored the thread.[image: https://github.com/notifications/beacon/BCDP6QUK6F3D53OFJXISTKDZESNBVA5CNFSM6AAAAABINBBEXCWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTT7JDFNO.gif]Message ID: @.***>

MumuMaster2021 commented 3 months ago

we use config.json , and execute abacus plot 功能 { "pdosfile": "PDOS", "efermi": 2.5311038583, "energy_range": [ -5, 5 ], "dos_range": [ 0, 10 ], "figsize": [ 14, 10 ], "species": { "Si": [ 0, 1, 2 ], "O": [ 0, 1, 2 ], "Bi": [ 0, 1, 2, 3 ] }, "pdosfig": "pdos.png" }

dyzheng commented 3 months ago

@MumuMaster2021 I checked the band energys and occuaptions from VASP, which imply a small bandgap semi-conductor as well as ABACUS. image

I also notice that the smearing_sigma 0.01 in ABACUS(unit: Ry) is larger than SIGMA 0.05 in VASP(unit: eV), you can try smearing_sigma 0.0037 in ABACUS and recalculate this case.