Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
254aa6ba
Commit
254aa6ba
authored
Aug 13, 2019
by
Markus Scheidgen
Browse files
Fixed some parser names.
parent
0b4622b0
Pipeline
#53769
passed with stages
in 16 minutes and 47 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
254aa6ba
...
...
@@ -78,6 +78,9 @@ your browser.
## Change log
### v0.5.1
-
integrated parsers Dmol3, qbox, molcas, fleur, and onetep
-
improvements to admin cli: e.g. clean staging files, reprocess uploads based on codes
-
lots of parser bugfixes
-
lots of minor bugfixes
### v0.5.0
...
...
fleur
@
7617a487
Compare
05eac2c2
...
7617a487
Subproject commit
05eac2c24d6bc81d5e0585d46bc0e098bf4a0dd4
Subproject commit
7617a487113450d394d2091dda29766f1632cb3c
molcas
@
da34ee2d
Compare
6b536f8f
...
da34ee2d
Subproject commit
6b536f8f244da0fb7177d17d21543a922f7bff8f
Subproject commit
da34ee2d16407db1a25e96de518f8b67618b86c8
nomad/parsing/__init__.py
View file @
254aa6ba
...
...
@@ -238,7 +238,7 @@ parsers = [
mainfile_contents_re
=
r
':LABEL\d+: using WIEN2k_\d+\.\d+'
),
LegacyParser
(
name
=
'parsers/band'
,
code_name
=
config
.
services
.
not_processed_value
,
name
=
'parsers/band'
,
code_name
=
'BAND'
,
parser_class_name
=
'bandparser.BANDParser'
,
mainfile_contents_re
=
r
' +\* +Amsterdam Density Functional +\(ADF\)'
),
LegacyParser
(
...
...
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