Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-gpaw
Commits
f51b1dc3
Commit
f51b1dc3
authored
Jul 05, 2017
by
Ask Hjorth Larsen
Browse files
use functioning unit conversion shortcut
parent
ed1aa3c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-gpaw/parser2.py
View file @
f51b1dc3
...
...
@@ -150,7 +150,8 @@ def parse(filename):
origin
,
'angstrom'
)
p
.
addArrayValues
(
'volumetric_data_displacements'
,
displacements
,
'angstrom'
)
p
.
addArrayValues
(
'volumetric_data_values'
,
c
(
values
,
unit
))
p
.
addArrayValues
(
'volumetric_data_values'
,
cu
(
values
,
unit
))
p
.
addValue
(
'volumetric_data_kind'
,
kind
)
# H.atom.ulm.gpw test can be used to verify that pseudodensity
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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