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
parser-gpaw
Commits
3025cbc1
Commit
3025cbc1
authored
Feb 09, 2016
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
fixing typo (section_system_description)
parent
e6255076
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-gpaw/parser.py
View file @
3025cbc1
...
...
@@ -36,7 +36,7 @@ def parse(filename):
p
.
startedParsingSession
(
filename
,
parser_info
)
with
o
(
p
,
'section_run'
):
p
.
addValue
(
'program_name'
,
'GPAW'
)
with
o
(
p
,
'section_system_descri
b
tion'
):
with
o
(
p
,
'section_system_descri
p
tion'
):
p
.
addArrayValues
(
'simulation_cell'
,
r
.
UnitCell
)
p
.
addArrayValues
(
'atom_label'
,
r
.
CartesianPositions
)
p
.
addArrayValues
(
'configuration_periodic_dimensions'
,
...
...
Mohamed, Fawzi Roberto (fawzi)
@fawzi
mentioned in commit
e91ed63f
·
Feb 29, 2016
mentioned in commit
e91ed63f
mentioned in commit e91ed63f8219c4813b4ed169a529e8bd30cedf38
Toggle commit list
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