Skip to content

Commit

Permalink
Add new pseudo for F with PW, generate psml and upf version with md5 …
Browse files Browse the repository at this point in the history
…for website
  • Loading branch information
gmatteo committed Dec 1, 2020
1 parent 9b5bffb commit 9683112
Show file tree
Hide file tree
Showing 52 changed files with 125,072 additions and 48 deletions.
1,579 changes: 1,579 additions & 0 deletions pbesol_std_pseudos_v0.3.djson

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions pseudo_dojo/core/dojoreport.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,16 @@ def check(self, check_trials=None):
# if ecut not in global_ecuts:
# app("%s: ecut %s is not in the global list" % (trial, ecut))

if "hints" not in self:
app("hints are missing")
else:
for acc in ["low", "normal", "high"]:
assert self["hints"][acc]["ecut"] > 0

for k in ("md5", "md5_upf", "md5_psml"):
if k not in self:
app("%s not djrepo" % k)

return "\n".join(errors)

##################
Expand Down
2 changes: 2 additions & 0 deletions pseudo_dojo/pseudos/ONCVPSP-PW-PDv0.4/Co/Co-sp-high.djrepo
Original file line number Diff line number Diff line change
Expand Up @@ -135025,6 +135025,8 @@ null
}
},
"md5": "53ab11fe04ac71fcc22ec5ee923fe5e7",
"md5_psml": "d4b60f39a8407acbbdee84c8cda2739f",
"md5_upf": "386bb8fa6a038303dc704534fe2404c8",
"phgamma": {
"40.0": {
"asr2_phfreqs_mev": [
Expand Down
1,182 changes: 1,182 additions & 0 deletions pseudo_dojo/pseudos/ONCVPSP-PW-PDv0.4/Co/Co-sp-high.psml

Large diffs are not rendered by default.

5,019 changes: 5,019 additions & 0 deletions pseudo_dojo/pseudos/ONCVPSP-PW-PDv0.4/Co/Co-sp-high.upf

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pseudo_dojo/pseudos/ONCVPSP-PW-PDv0.4/Co/Co-sp.djrepo
Original file line number Diff line number Diff line change
Expand Up @@ -135025,6 +135025,8 @@ null
}
},
"md5": "bf8d180af38a5ba877023b3006c49c10",
"md5_psml": "4f5adc918c75ab5d903020b068cc33e0",
"md5_upf": "68ba37d8a77f02e466392996cd3f0968",
"phgamma": {
"36.0": {
"asr2_phfreqs_mev": [
Expand Down
1,181 changes: 1,181 additions & 0 deletions pseudo_dojo/pseudos/ONCVPSP-PW-PDv0.4/Co/Co-sp.psml

Large diffs are not rendered by default.

5,019 changes: 5,019 additions & 0 deletions pseudo_dojo/pseudos/ONCVPSP-PW-PDv0.4/Co/Co-sp.upf

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pseudo_dojo/pseudos/ONCVPSP-PW-PDv0.4/Cs/Cs-sp.djrepo
Original file line number Diff line number Diff line change
Expand Up @@ -138945,6 +138945,8 @@ null
}
},
"md5": "2365bf3785702ed7e69a1417d00f47aa",
"md5_psml": "4484ade46abc1f8b6ed7a96127cc66a0",
"md5_upf": "6e1613574406d8442f3a0ce9c1d73f22",
"phgamma": {
"14.0": {
"asr2_phfreqs_mev": [
Expand Down
1,424 changes: 1,424 additions & 0 deletions pseudo_dojo/pseudos/ONCVPSP-PW-PDv0.4/Cs/Cs-sp.psml

Large diffs are not rendered by default.

8,968 changes: 8,968 additions & 0 deletions pseudo_dojo/pseudos/ONCVPSP-PW-PDv0.4/Cs/Cs-sp.upf

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pseudo_dojo/pseudos/ONCVPSP-PW-PDv0.4/F/F.djrepo
Original file line number Diff line number Diff line change
Expand Up @@ -142711,6 +142711,8 @@ null
}
},
"md5": "e7a8f1ed6708ad59e3d10d6acb85aa83",
"md5_psml": "ebd125ade4a6c6c4d55fe47426f9f6a2",
"md5_upf": "3dea638f9c9153f3282cad43c3474f58",
"phgamma": {
"30.0": {
"asr2_phfreqs_mev": [
Expand Down
25 changes: 25 additions & 0 deletions pseudo_dojo/pseudos/ONCVPSP-PW-PDv0.4/F/F_regen_with_PW/F.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# atsym z nc nv iexc psfile
F 9 1 2 -001012 both
# n l f
1 0 2.0
2 0 2.0
2 1 5.0
# lmax
2
# l rc ep ncon nbas qcut
0 1.3 0.0 4 8 8.6
1 1.45 0.0 4 8 9.0
2 1.6 0.2 4 8 5.8
# lloc lpopt rc5 dvloc0
4 5 0.95 0.0
# l nproj debl
0 2 1.5
1 2 1.5
2 1 2.0
# icmod fcfact rcfact
3 2.5 1.85
# epsh1 epsh2 depsh
-12.0 12.0 0.02
# rlmax drl
6.0 0.01
0
Loading

0 comments on commit 9683112

Please sign in to comment.