Skip to content
GitLab
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
062470af
Commit
062470af
authored
May 19, 2020
by
Cuauhtemoc Salazar
Browse files
Added URL for GPAW2
parent
a098a102
Changes
1
Hide whitespace changes
Inline
Side-by-side
nomad/parsing/__init__.py
View file @
062470af
...
@@ -352,7 +352,7 @@ parsers = [
...
@@ -352,7 +352,7 @@ parsers = [
),
),
# match gpaw2 first, other .gpw files are then considered to be "gpaw1"
# match gpaw2 first, other .gpw files are then considered to be "gpaw1"
LegacyParser
(
LegacyParser
(
name
=
'parsers/gpaw2'
,
code_name
=
'GPAW'
,
code_homepage
=
None
,
name
=
'parsers/gpaw2'
,
code_name
=
'GPAW'
,
code_homepage
=
'https://wiki.fysik.dtu.dk/gpaw/'
,
parser_class_name
=
'gpawparser.GPAWParser2Wrapper'
,
parser_class_name
=
'gpawparser.GPAWParser2Wrapper'
,
mainfile_binary_header
=
b
'GPAW'
,
mainfile_binary_header
=
b
'GPAW'
,
mainfile_name_re
=
(
r
'^.*\.(gpw2|gpw)$'
),
mainfile_name_re
=
(
r
'^.*\.(gpw2|gpw)$'
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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