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
Norm-conserving potentials for PBE obtained by an evolutionary Pareto optimization.
148
+
149
+
```
150
+
M. F. Shojaei, J. E. Pask, A. J. Medford, P, Suryanarayana,
151
+
Soft and transferable pseudopotentials from multi-objective optimization,
152
+
Computer Physics Communications,
153
+
Volume 283,
154
+
2023,
155
+
https://doi.org/10.1016/j.cpc.2022.108594
156
+
```
157
+
158
+
**Script.** The SPMS pseudopotentials have been added by running the script
159
+
```sh
160
+
julia --project=scripts scripts/add_spms.jl pseudos
161
+
```
162
+
The script clones the latest commit of the `SPMS-psps` repository for v1.0 as of April 2026 and retrieves the recommeded `Ecut`s from the copyright/info block written at the top of UPF and bottom of PSP8 files.
163
+
164
+
**Collection-specific metadata.**
165
+
Contains the following element-specific metadata:
166
+
*`cutoffs_low`, `cutoffs_high`: 10^{-3} and 10^{-4} Ha/atom (ONCVPSP) recommended cutoffs by SPMS. The default (i.e. `Ecut` value) corresponds to `high`.
167
+
*`rcut`: Recommended radial cutoff when integrating numeric pseudopotentials (in Bohrs).
168
+
Equal to `5.99` for each element (the PseudoDojo/PSP8 value, with respect
169
+
to which SPMS was developed).
170
+
171
+
145
172
## Structure of the Artifact.toml
146
173
Next to the usual entries to make the `Artifact.toml` useful to download
147
174
peudopotential information as a lazy artifact (using `LazyArtifacts`)
0 commit comments