fix : ABACUS uses more FFT grids than QE proposed#614
Conversation
…ssue deepmodeling#613 839_NO_GO_LT_bco some results: 104_PW_AF_magnetic, 104_PW_FM_magnetic, 104_PW_NC_magnetic: before change: 16*16*16; after change: 15*15*15; QE: 15*15*15 105_PW_FD_smearing, 105_PW_GA_smearing: before change: 16*24*100; after change: 15*24*100; QE: 15*24*100 150_PW_15_CR_VDW3: before change: 27*27*90; after change: 25*25*90; QE: 25*25*90 803_PW_LT_bcc: before change: 30*30*30; after change: 27*27*27; QE: 27*27*27 Thus,result.ref of these are changed. scope : pw_complement.cpp
|
@Qianruipku Thank you for your PR! |
caic99
left a comment
There was a problem hiding this comment.
I suggest removing test/build folder if you add it by mistake.
|
Ok, I know how to link an issue now. |
I'm able to see your changes in your commit. Are you browsing your PR after your fix? |
|
Oh no! I delete hotfix by mistake!I will re-open it. |
fix a bug that ABACUS uses more FFT grids than QE
some results:
104_PW_AF_magnetic, 104_PW_FM_magnetic, 104_PW_NC_magnetic:
before change: 161616; after change: 151515; QE: 151515
105_PW_FD_smearing, 105_PW_GA_smearing:
before change: 1624100; after change: 1524100; QE: 1524100
150_PW_15_CR_VDW3:
before change: 272790; after change: 252590; QE: 252590
803_PW_LT_bcc:
before change: 303030; after change: 272727; QE: 272727
Thus,result.ref of these are changed.
scope : pw_complement.cpp