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
Markus Scheidgen
parser-exciting
Commits
e2c04503
Commit
e2c04503
authored
Oct 30, 2017
by
Pardini, Lorenzo (lopa)
Browse files
fixed GAMMA in bs
parent
768d52af
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-exciting/exciting_parser_bandstructure.py
View file @
e2c04503
...
...
@@ -41,7 +41,7 @@ class BandHandler(xml.sax.handler.ContentHandler):
elif
name
==
"vertex"
and
self
.
inBand
:
self
.
vertexCoord
.
append
(
attrs
.
getValue
(
"coord"
))
label
=
attrs
.
getValue
(
"label"
)
if
(
label
==
"Gamma"
)
or
(
label
==
"Gamma"
):
if
(
label
==
"Gamma"
)
or
(
label
==
"G
AMMA"
)
or
(
label
==
"g
amma"
):
self
.
vertexLabels
.
append
(
'
\u0393
'
)
else
:
self
.
vertexLabels
.
append
(
label
)
...
...
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