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
248373c2
Commit
248373c2
authored
Apr 04, 2022
by
Joseph Rudzinski
Browse files
new metainfo for rdf/msd
parent
9ad47ea0
Pipeline
#128685
passed with stages
in 34 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/datamodel/metainfo/workflow.py
View file @
248373c2
...
...
@@ -1421,7 +1421,7 @@ class RdfValues(EnsemblePropertyValues):
bins
=
Quantity
(
type
=
np
.
dtype
(
np
.
float64
),
shape
=
[],
unit
=
'
angstro
m'
,
unit
=
'm'
,
description
=
'''
Distances along which the rdf was calculated.
'''
)
...
...
@@ -1493,7 +1493,7 @@ class DiffusionConstantValues(EnsemblePropertyValues):
value
=
Quantity
(
type
=
np
.
dtype
(
np
.
float64
),
shape
=
[],
unit
=
'
nanometer^2/picosecond
'
,
unit
=
'
m^2/s
'
,
description
=
'''
Values of the diffusion constants.
'''
)
...
...
@@ -1508,7 +1508,7 @@ class DiffusionConstantValues(EnsemblePropertyValues):
error_value
=
Quantity
(
type
=
np
.
dtype
(
np
.
float64
),
shape
=
[],
unit
=
'
nanometer^2/picosecond
'
,
unit
=
'
m^2/s
'
,
description
=
'''
Error associated with the determination of the diffusion constant.
'''
)
...
...
@@ -1524,7 +1524,7 @@ class MsdValues(CorrelationFunctionValues):
times
=
Quantity
(
type
=
np
.
dtype
(
np
.
float64
),
shape
=
[],
unit
=
'
picosecond
'
,
unit
=
'
s
'
,
description
=
'''
Time windows used for the calculation of the msds.
'''
)
...
...
@@ -1532,7 +1532,7 @@ class MsdValues(CorrelationFunctionValues):
value
=
Quantity
(
type
=
np
.
dtype
(
np
.
float64
),
shape
=
[],
unit
=
'
nanometer
^2'
,
unit
=
'
m
^2'
,
description
=
'''
Msd values.
'''
)
...
...
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