abacustest functionality issue #5341
meishengme
started this conversation in
General
Replies: 1 comment
-
The convention of 2/4/5 is support now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the Testing Issue
When using abacustest to convert an abacus input file to a qe input file, there are some parameters that are not converted:
1、dft_functional→input_dft;
2、nx → nr1
ny → nr2
nz → nr3
3、abacustest does not recognize the parameter: latname
can not convert to qe input file
4、abacustest does not recognize the parameter:smearing_method=fd
It is missing when converting to a qe input file:
occupations = smearing
smearing = fd
degauss = 0.002
5、fixed_axes → cell_dofree
stress_thr → press_conv_thr
6、When performing structural optimization, when converting to a qe input file, the structure information of whether the point is fixed or not is fixed to a certain atom will be ignored
7、abacustest does not recognize MD calculation settings
8、abacustest does not recognize Monkhorst-Pack
Additional Context
No response
Task list for Issue attackers (only for developers)
Beta Was this translation helpful? Give feedback.
All reactions