Skip to content

Commit 71d92ab

Browse files
azadoksmfherbst
andauthored
Add SSSP v1.3.0 (#15)
Co-authored-by: Michael F. Herbst <info@michael-herbst.com>
1 parent 891bf91 commit 71d92ab

832 files changed

Lines changed: 8243083 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,29 @@ and
142142
* `n_valence_electrons`: Number of valence electrons
143143
* `cp2k_filename`: The original file name used in the CP2K pseudopotential data repository.
144144

145+
### [SSSP pseudopotentials](https://materialscloud.org/discover/sssp) (prefixed sssp)
146+
147+
A mix of norm-conserving, ultrasoft, and PAW pseudopotentials.
148+
149+
```
150+
G. Prandini, A. Marrazzo, I. E. Castelli, N. Mounet, N. Marzari,
151+
Precision and efficiency in solid-state pseudopotential calculations,
152+
npj Computational Materials,
153+
Volume 4,
154+
2018,
155+
https://doi.org/10.1038/s41524-018-0127-2
156+
```
157+
158+
**Script.** The SSSP pseudopotentials have been added by running the script
159+
```sh
160+
julia --project=scripts scripts/add_sssp.jl pseudos
161+
```
162+
163+
**Collection-specific metadata.** Contains the following element-specific metadata:
164+
* `sssp_md5`: The md5 hash of the pseudopotential file.
165+
* `sssp_pseudopotential`: Original collection from which the pseudopotential was taken.
166+
* `sssp_filename`: Original filename in the source family and consequently the SSSP.
167+
145168
### [SPMS potentials](https://github.com/SPARC-X/SPMS-psps) (prefixed spms)
146169

147170
Norm-conserving potentials for PBE obtained by an evolutionary Pareto optimization.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sssp_pseudopotential = "100US"
2+
Ecut = 20.0
3+
supersampling = 2.8284271247461903
4+
sssp_filename = "Ac.us.z_11.ld1.psl.v1.0.0-high.upf"
5+
sssp_md5 = "3a78bb30464666358a3ec0edb47f6656"

pseudos/sssp.mixed.sr.pbe.v1_3_0.efficiency.upf/Ac.upf

Lines changed: 37183 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sssp_pseudopotential = "SG15"
2+
Ecut = 25.0
3+
supersampling = 2.0
4+
sssp_filename = "Ag_ONCV_PBE-1.0.oncvpsp.upf"
5+
sssp_md5 = "94f47bd0669c641108e45594df92fabc"

pseudos/sssp.mixed.sr.pbe.v1_3_0.efficiency.upf/Ag.upf

Lines changed: 4768 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sssp_pseudopotential = "100PAW"
2+
Ecut = 15.0
3+
supersampling = 2.8284271247461903
4+
sssp_filename = "Al.pbe-n-kjpaw_psl.1.0.0.UPF"
5+
sssp_md5 = "cfc449ca30b5f3223ec38ddd88ac046d"

pseudos/sssp.mixed.sr.pbe.v1_3_0.efficiency.upf/Al.upf

Lines changed: 18497 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sssp_pseudopotential = "MalteSachs"
2+
Ecut = 30.0
3+
supersampling = 2.8284271247461903
4+
sssp_filename = "Am.paw.z_17.ld1.uni-marburg.v0.upf"
5+
sssp_md5 = "b90604daea46e7f2635bfe47e71ce977"

pseudos/sssp.mixed.sr.pbe.v1_3_0.efficiency.upf/Am.upf

Lines changed: 39039 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sssp_pseudopotential = "SG15-1.1"
2+
Ecut = 30.0
3+
supersampling = 2.0
4+
sssp_filename = "Ar_ONCV_PBE-1.1.oncvpsp.upf"
5+
sssp_md5 = "46d28409cdd246843f76b7675277a949"

0 commit comments

Comments
 (0)