Skip to content

Commit 68bd9d2

Browse files
committed
Added XRD as method name in results.method
1 parent 89fea7f commit 68bd9d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nomad/datamodel/results.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,12 @@ class Method(MSection):
19721972
''',
19731973
)
19741974
method_name = Quantity(
1975-
type=MEnum(['DFT', 'Projection', 'GW', 'DMFT', 'CoreHole', 'BSE', 'EELS', 'XPS', config.services.unavailable_value]),
1975+
type=MEnum(
1976+
[
1977+
'DFT', 'Projection', 'GW', 'DMFT', 'CoreHole', 'BSE', 'EELS', 'XPS',
1978+
'XRD', config.services.unavailable_value
1979+
]
1980+
),
19761981
description='''
19771982
Common name for the used method.
19781983
''',

0 commit comments

Comments
 (0)