qiaojunfeng commited on
Commit
4b0f63d
·
1 Parent(s): 32c7f17

Add pseudos

Browse files

Avoid broken URL

pseudo/.gitignore CHANGED
@@ -1,8 +1,8 @@
1
- SSSP_1.1.2_PBEsol_efficiency.tar.gz
2
  archive.tar.gz
3
  #metadata.json
4
 
5
- nc-fr-04_pbe_standard_upf.tgz
6
 
7
  *.UPF
8
  *.upf
 
1
+ #SSSP_1.1.2_PBEsol_efficiency.tar.gz
2
  archive.tar.gz
3
  #metadata.json
4
 
5
+ #nc-fr-04_pbe_standard_upf.tgz
6
 
7
  *.UPF
8
  *.upf
pseudo/SSSP_1.1.2_PBE_efficiency.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef055105b6d84f3c7cd4ae0f99b5db58418a687a68c9d83c19a3d2f2cbf89727
3
+ size 37868681
pseudo/SSSP_1.1.2_PBEsol_efficiency.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:472ba9db07971108ea10a4fa48c517149b8f0d07c3455ace8ddd21b25d1febaa
3
+ size 38814119
pseudo/download.sh CHANGED
@@ -6,10 +6,26 @@
6
  # auto download with either aiida-pseudo, or wget
7
  # aiida-pseudo install sssp -x PBEsol --download-only
8
 
9
- F='SSSP_1.1.2_PBEsol_efficiency.tar.gz'
10
- wget "https://archive.materialscloud.org/record/file?filename=${F}&parent_id=19" -O $F
11
- tar xvf $F --one-top-level
 
 
 
 
12
 
13
- F='nc-fr-04_pbe_standard_upf.tgz'
14
- wget "https://www.pseudo-dojo.org/pseudos/${F}" -O $F
15
- tar xvf $F
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  # auto download with either aiida-pseudo, or wget
7
  # aiida-pseudo install sssp -x PBEsol --download-only
8
 
9
+ if [ ! -d "SSSP_1.1.2_PBEsol_efficiency" ]; then
10
+ F='SSSP_1.1.2_PBEsol_efficiency.tar.gz'
11
+ if [ ! -f $F ]; then
12
+ wget "https://archive.materialscloud.org/record/file?filename=${F}&parent_id=19" -O $F
13
+ fi
14
+ tar xvf $F --one-top-level
15
+ fi
16
 
17
+ if [ ! -d "SSSP_1.1.2_PBE_efficiency" ]; then
18
+ F='SSSP_1.1.2_PBE_efficiency.tar.gz'
19
+ if [ ! -f $F ]; then
20
+ wget "https://archive.materialscloud.org/api/records/rcyfm-68h65/files/${F}/content" -O $F
21
+ fi
22
+ tar xvf $F --one-top-level
23
+ fi
24
+
25
+ if [ ! -d "nc-fr-04_pbe_standard" ]; then
26
+ F='nc-fr-04_pbe_standard_upf.tgz'
27
+ if [ ! -f $F ]; then
28
+ wget "https://www.pseudo-dojo.org/pseudos/${F}" -O $F
29
+ fi
30
+ tar xvf $F
31
+ fi
pseudo/nc-fr-04_pbe_standard_upf.tgz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6452cc23ed346ad04f9d92cea8601d348a76a6487e8931cc886ea4be086f2328
3
+ size 6597203