Skip to content
Snippets Groups Projects
Commit 16a72f9e authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

fix for metainfo rename target_multiplicity spin_target_multiplicity

parent bb48b224
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@ mainFileDescription = SM(
subFlags = SM.SubFlags.Sequenced,
forwardMatch = True,
subMatchers = [
SM(r"\s*Charge =\s*(?P<total_charge>[-+0-9]+) Multiplicity =\s*(?P<target_multiplicity>[0-9]+)"),
SM(r"\s*Charge =\s*(?P<total_charge>[-+0-9]+) Multiplicity =\s*(?P<spin_target_multiplicity>[0-9]+)"),
]
),
SM(name = 'geometry',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment