Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
a64348e1
Commit
a64348e1
authored
Dec 15, 2021
by
Alvin Noe Ladines
Committed by
Markus Scheidgen
Dec 16, 2021
Browse files
Fixes after reprocessing
#689
#690
parent
68d3faba
Pipeline
#117959
failed with stages
in 29 minutes and 6 seconds
Changes
21
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad-dos-fingerprints
@
6e8720a1
Compare
f55b5ad7
...
6e8720a1
Subproject commit
f55b5ad7826793c20d93a73fab01d028fbb44b00
Subproject commit
6e8720a1c02cb553adfaeb5b0d81b5037dbd8054
abinit
@
f41d843d
Compare
e301bfc6
...
f41d843d
Subproject commit
e301bfc6067a6e2e14884d3a7a2f697bcf72bdbd
Subproject commit
f41d843db1818bb06b396fffdbdf7ecd14d354ca
asap
@
6cd8ee4b
Compare
adc2951c
...
6cd8ee4b
Subproject commit
adc2951c82745c6c876329e4fc7e9b5268d07aed
Subproject commit
6cd8ee4b60893b06760d92a2b05a6745075e5612
castep
@
6bb4620f
Compare
a8adac42
...
6bb4620f
Subproject commit
a8adac42336873babf58ae4114bdac12b0d255a1
Subproject commit
6bb4620f77c038f026ccf03927a377b6682fc03c
cp2k
@
566b1dc9
Compare
ec7dd867
...
566b1dc9
Subproject commit
ec7dd867d2f67808a16fb46f17a659b95d325edb
Subproject commit
566b1dc9005f261d7b9338bebd7ba6f03f77064f
crystal
@
2ded98fc
Compare
301b3723
...
2ded98fc
Subproject commit
301b3723d656fb289057247f9efa39402d8f3739
Subproject commit
2ded98fc638765a8ae6b986056d9782b37ab9fac
elastic
@
9fb5f45b
Compare
4dd97c6f
...
9fb5f45b
Subproject commit
4dd97c6f736828f0f1bb2cf50722b76a1a3230ea
Subproject commit
9fb5f45b0b0491aad0c9a0e182423c80835e74fc
exciting
@
650f7904
Compare
1a3341e2
...
650f7904
Subproject commit
1a3341e268a1bdf10471646e8acb88988890ee9a
Subproject commit
650f790435cea5a8e4936b4c5119831db9bdb1bd
fhi-aims
@
a881fb41
Compare
873d173c
...
a881fb41
Subproject commit
873d173c340eb102b59a4336e73543bd405fa0d8
Subproject commit
a881fb41c5402f1eb08ffd918c5dc77dbc16fc33
gpaw
@
19d35f80
Compare
8547953a
...
19d35f80
Subproject commit
8547953adf52aa4c92c7bac2c31855
80
5
8f8
c100
Subproject commit
19d35f800ceb6c28651decb22f849717
808f8
859
lammps
@
4e33076b
Compare
fea950dd
...
4e33076b
Subproject commit
fea950dd512197d1b427a66eb772272920d7829f
Subproject commit
4e33076b7b459913ea099ddd5e32aac35600fd98
nwchem
@
a7b28a77
Compare
792b6af7
...
a7b28a77
Subproject commit
792b6af7440e3e53d22511d84b54327740a388cc
Subproject commit
a7b28a77c171d71d33319fefd36c6a838c2ac89d
octopus
@
c2318c4b
Compare
a63ec993
...
c2318c4b
Subproject commit
a63ec993cd61cd59de0af3c8bb1104ffdb5c2e3c
Subproject commit
c2318c4b2306a3522ebf36f94e3255b240de3e76
orca
@
18f33663
Compare
7988fb50
...
18f33663
Subproject commit
7988fb507e34f51bfa66c53bfde0aa5bd3998b94
Subproject commit
18f33663ad81d6b8be0acc96c0157e0a99c8aefa
phonopy
@
2394e738
Compare
49de6c33
...
2394e738
Subproject commit
49de6c338beffa48a70dc9d8162484a8f736efaf
Subproject commit
2394e7386bda171f37348f89879e1a7b428b798c
quantum-espresso
@
2c9a70f4
Compare
ba06b36b
...
2c9a70f4
Subproject commit
ba06b36b808206b46cc3829bef0aca4133cdb6e4
Subproject commit
2c9a70f4fc425ae7f11074e4d21239be6e062d06
turbomole
@
8e3bf938
Compare
6db6b184
...
8e3bf938
Subproject commit
6db6b18483ddd2778febbb6030696cd7fdc77d
fe
Subproject commit
8e3bf9385ef52961a5ee9f42297f191d8c93e
fe
3
vasp
@
f51c57a0
Compare
ad71e5b4
...
f51c57a0
Subproject commit
ad71e5b4c86471d34a0363df9e6dc508243cb93c
Subproject commit
f51c57a0258510645c019b0f935f3e0f01b79282
wien2k
@
c8e4fa0a
Compare
dd764c83
...
c8e4fa0a
Subproject commit
dd764c8304ff3204a163c3d5ac3ff4a453d8cecd
Subproject commit
c8e4fa0a2fab86d2cefc481fcd00969d81520058
nomad/normalizing/method.py
View file @
a64348e1
...
...
@@ -404,6 +404,8 @@ class MethodNormalizer():
except
KeyError
:
pass
else
:
if
sec_xc_functionals
is
None
:
return
xc_functional
components
=
{}
for
functional
in
[
'exchange'
,
'correlation'
,
'hybrid'
,
'contributions'
]:
for
component
in
sec_xc_functionals
[
functional
]:
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment