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-lib-atoms
Commits
0276e138
Commit
0276e138
authored
Sep 14, 2016
by
Carl Poelking
Browse files
Store single_config_refs in frame_sequence.
parent
c161792f
Changes
1
Show whitespace changes
Inline
Side-by-side
parser/parser-lib-atoms/libAtomsParser.py
View file @
0276e138
...
...
@@ -126,6 +126,12 @@ def parse(output_file_name):
push_value
(
jbe
,
frame
.
config_type
,
'x_lib_atoms_config_type'
)
pass
# FRAME SEQUENCE
with
open_section
(
jbe
,
'section_frame_sequence'
):
push_value
(
jbe
,
len
(
all_frames
),
'number_of_frames_in_sequence'
)
refs_config
=
np
.
array
(
refs_single_configuration
)
push_array_values
(
jbe
,
refs_config
,
'frame_sequence_local_frames_ref'
)
# GAP DESCRIPTION
if
gap
.
has_gap_data
:
with
open_section
(
jbe
,
'x_lib_atoms_section_gap'
)
as
gap_gid
:
...
...
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