Open dyzheng opened 1 week ago
@dyzheng Hi, DFT-D3 now requires an explicit definition on the parameter dft_functional
to complete the correct autoset on DFT-D3 parameters. This design is for forcing the user to use DFT-D3 correction correctly, to avoid the case that user uses XC other than PBE but only add one line vdw_method d3_0
in INPUT, without knowing the DFT-D3 parameters are still those of PBE.
In your case, adding a line dft_functional pbe
will work.
I had not realized that the WARNING_QUIT is only called by one processor. I will change the way to call vdw a little bit
Describe the bug
When I test the case in #4255 , I found segmentation error from DFT-D3:
but error message with one processor:
Expected behavior
No response
To Reproduce
No response
Environment
No response
Additional Context
No response
Task list for Issue attackers (only for developers)