Skip to content
Snippets Groups Projects
Commit 551dbf65 authored by Daria Tomecka's avatar Daria Tomecka
Browse files

wien2k: update smearing_width and smearing_kind

parent c6506b94
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ def buildIn2cMatchers():
subMatchers = [
SM(r"\s*(?P<x_wien2k_in2c_switch>[A-Z]+)\s*.*"),
SM(r"\s*(?P<x_wien2k_in2c_emin>[-+0-9.]+)\s*(?P<x_wien2k_in2c_ne>[-+0-9.]+)\s*(?P<x_wien2k_in2c_espermin>[-+0-9.]+)\s*(?P<x_wien2k_in2c_esper0>[-+0-9.]+)\s*.*"),
SM(r"\s*(?P<x_wien2k_in2c_efmod>[A-Z]+)\s*\s*(?P<x_wien2k_in2c_eval>[-+0-9.]+)\s*.*"),
SM(r"\s*(?P<smearing_kind>[A-Z]+)\s*\s*(?P<smearing_width>[-+0-9.]+)\s*.*"),
SM(r"\s*(?P<x_wien2k_in2c_gmax>[-+0-9.]+)\s*GMAX")
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment