Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
parser-siesta
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nomad-lab
parser-siesta
Commits
c433fc50
Commit
c433fc50
authored
Sep 13, 2016
by
Ask Hjorth Larsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get system label correctly
parent
28558700
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
parser/parser-siesta/main.py
parser/parser-siesta/main.py
+1
-1
No files found.
parser/parser-siesta/main.py
View file @
c433fc50
...
...
@@ -327,7 +327,7 @@ infoFileDescription = SM(
name
=
'xc authors'
,
fixedStartValues
=
{
'x_siesta_xc_authors'
:
'CA'
},
sections
=
[
'section_method'
,
'x_siesta_section_xc_authors'
]),
SM
(
r
'reinit: System Label:\s*(?P<x_siesta_system_label>)'
,
name
=
'syslabel'
,
forwardMatch
=
True
,
SM
(
r
'reinit: System Label:\s*(?P<x_siesta_system_label>
\S+
)'
,
name
=
'syslabel'
,
forwardMatch
=
True
,
adHoc
=
context
.
adhoc_set_label
),
SM
(
r
'\s*Single-point calculation|\s*Begin \S+ opt\.'
,
name
=
'singleconfig'
,
...
...
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