Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
nomad-lab
parser-charmm
Commits
e15abb8b
Commit
e15abb8b
authored
May 16, 2018
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make at least the enertest pass
parent
e1a54afa
Pipeline
#29333
passed with stage
in 10 minutes and 15 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
parser/parser-charmm/CHARMMParser.py
parser/parser-charmm/CHARMMParser.py
+2
-1
No files found.
parser/parser-charmm/CHARMMParser.py
View file @
e15abb8b
...
@@ -250,6 +250,7 @@ class CHARMMParser(SmartParser.ParserBase):
...
@@ -250,6 +250,7 @@ class CHARMMParser(SmartParser.ParserBase):
self
.
metaStorage
.
updateBackend
(
backend
.
superBackend
,
self
.
metaStorage
.
updateBackend
(
backend
.
superBackend
,
startsection
=
[
'section_frame_sequence'
],
startsection
=
[
'section_frame_sequence'
],
autoopenclose
=
False
)
autoopenclose
=
False
)
if
self
.
secSamplingGIndex
is
not
None
:
backend
.
addValue
(
"frame_sequence_to_sampling_ref"
,
self
.
secSamplingGIndex
)
backend
.
addValue
(
"frame_sequence_to_sampling_ref"
,
self
.
secSamplingGIndex
)
backend
.
addArrayValues
(
"frame_sequence_local_frames_ref"
,
np
.
asarray
(
self
.
singleConfCalcs
))
backend
.
addArrayValues
(
"frame_sequence_local_frames_ref"
,
np
.
asarray
(
self
.
singleConfCalcs
))
backend
.
closeSection
(
"section_frame_sequence"
,
frameSequenceGIndex
)
backend
.
closeSection
(
"section_frame_sequence"
,
frameSequenceGIndex
)
...
...
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