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
b662b0a0
Commit
b662b0a0
authored
Oct 11, 2019
by
Markus Scheidgen
Browse files
Minor review changes.
parent
ff80718e
Pipeline
#61744
passed with stages
in 21 minutes and 27 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
nomad/app/optimade/filterparser.py
View file @
b662b0a0
...
...
@@ -38,7 +38,6 @@ quantities['elements'].has_only_quantity = Quantity(name='only_atoms')
quantities
[
'elements'
].
nested_quantity
=
quantities
[
'elements_ratios'
]
quantities
[
'elements_ratios'
].
nested_quantity
=
quantities
[
'elements_ratios'
]
_parser
=
LarkParser
(
version
=
(
0
,
10
,
0
))
_transformer
=
Transformer
(
quantities
=
quantities
.
values
())
...
...
nomad/metainfo/optimade.py
View file @
b662b0a0
...
...
@@ -183,7 +183,7 @@ class OptimadeEntry(MSection):
lattice_vectors
=
Quantity
(
type
=
np
.
dtype
(
'f8'
),
shape
=
[
3
,
3
],
unit
=
units
.
angstrom
,
links
=
optimade_links
(
'h.6.2.9'
),
a_optimade
=
Optimade
(
query
=
Tru
e
,
entry
=
True
),
a_optimade
=
Optimade
(
query
=
Fals
e
,
entry
=
True
),
description
=
'''
The three lattice vectors in Cartesian coordinates, in ångström (Å).
'''
)
...
...
temp.txt
deleted
100644 → 0
View file @
ff80718e
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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