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
Markus Scheidgen
parser-exciting
Commits
1232c1e7
Commit
1232c1e7
authored
Mar 30, 2016
by
ankit kariryaa
Browse files
Add program_name and program_basis_set_type
parent
3d360bd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-exciting/parser_exciting.py
View file @
1232c1e7
...
...
@@ -37,6 +37,7 @@ mainFileDescription = \
subMatchers
=
[
SM
(
name
=
"header"
,
startReStr
=
r
"\s*\|\s*EXCITING\s*(?P<program_version>[-a-zA-Z0-9]+)\s*started\s*="
,
fixedStartValues
=
{
'program_name'
:
'exciting'
,
'program_basis_set_type'
:
'(L)APW+lo'
},
sections
=
[
"section_run"
],
subMatchers
=
[
SM
(
name
=
'input'
,
...
...
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