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
nomad-FAIR
Commits
5cbb7a37
Commit
5cbb7a37
authored
May 25, 2021
by
Alvin Noe Ladines
Browse files
Fixed previous commit
parent
6af37f3b
Pipeline
#102149
passed with stages
in 23 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
example
@
793036f8
Compare
a02525ea
...
793036f8
Subproject commit
a02525ea1da2cbccdc20b9207442784670ca38fa
Subproject commit
793036f889ae94141ed5a5914d30223538d3ff52
nomad/parsing/parsers.py
View file @
5cbb7a37
...
@@ -47,6 +47,7 @@ from turbomoleparser import TurbomoleParser
...
@@ -47,6 +47,7 @@ from turbomoleparser import TurbomoleParser
from
castepparser
import
CastepParser
from
castepparser
import
CastepParser
from
wien2kparser
import
Wien2kParser
from
wien2kparser
import
Wien2kParser
from
nwchemparser
import
NWChemParser
from
nwchemparser
import
NWChemParser
from
lobsterparser
import
LobsterParser
try
:
try
:
# these packages are not available without parsing extra, which is ok, if the
# these packages are not available without parsing extra, which is ok, if the
...
@@ -342,6 +343,7 @@ parsers = [
...
@@ -342,6 +343,7 @@ parsers = [
mainfile_contents_re
=
r
'\s*\*\*\s*MOPAC\s*([0-9a-zA-Z]*)\s*\*\*\s*'
,
mainfile_contents_re
=
r
'\s*\*\*\s*MOPAC\s*([0-9a-zA-Z]*)\s*\*\*\s*'
,
mainfile_mime_re
=
r
'text/.*'
,
mainfile_mime_re
=
r
'text/.*'
,
),
),
LobsterParser
(),
ArchiveParser
()
ArchiveParser
()
]
]
...
...
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