Skip to content

Commit c21dbc5

Browse files
authored
fix parser when doing scf on open shell (#58)
1 parent 20a4367 commit c21dbc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web-conexs-api/src/slurm_submission_service/extract_populations.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ def parse(fh):
4141
continue
4242

4343
if in_region:
44+
if "SPIN" in line:
45+
continue
46+
4447
if line.strip() == "":
4548
break
4649
indices = [int(val) for val in line.strip().split()]

0 commit comments

Comments
 (0)