You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite abacus interface on devel branch; add unites for qe/pw/scf's crystal unit atomic positions read in. (#154)
* added unittest for qe/pw/scf's crystal unit atomic positions read in.
* Add files via upload
* fixed problem in system.py.
* deleted .DS_Store files.
Co-authored-by: LiuRenxi <[email protected]>
Copy file name to clipboardExpand all lines: dpdata/system.py
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
importdpdata.deepmd.comp
13
13
importdpdata.qe.traj
14
14
importdpdata.qe.scf
15
+
importdpdata.abacus.scf
15
16
importdpdata.siesta.output
16
17
importdpdata.siesta.aiMD_output
17
18
importdpdata.md.pbc
@@ -96,6 +97,8 @@ def __init__ (self,
96
97
- ``deepmd/npy``: deepmd-kit compressed format (numpy binary)
97
98
- ``vasp/poscar``: vasp POSCAR
98
99
- ``qe/cp/traj``: Quantum Espresso CP trajectory files. should have: file_name+'.in' and file_name+'.pos'
100
+
- ``qe/pw/scf``: Quantum Espresso PW single point calculations. Both input and output files are required. If file_name is a string, it denotes the output file name. Input file name is obtained by replacing 'out' by 'in' from file_name. Or file_name is a list, with the first element being the input file name and the second element being the output filename.
101
+
- ``abacus/scf``: ABACUS plane wave scf. The directory containing INPUT file is required.
0 commit comments