Skip to content

Commit

Permalink
fixed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
maisebastian committed Jan 11, 2024
1 parent 4ecb26b commit 8999b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/SHARC_ORCA.py
Original file line number Diff line number Diff line change
Expand Up @@ -3617,7 +3617,7 @@ def get_dets_from_cis(filename, QMin):
nstates_to_skip[i] = 0
elif i + 1 == gsmult:
nstates_to_extract[i] -= 1
# print job,restr,mults,gsmult,nstates_to_extract
# print(job,restr,mults,gsmult,nstates_to_extract)

# get infos from logfile
logfile = os.path.join(os.path.dirname(filename), 'ORCA.log')
Expand Down

0 comments on commit 8999b7e

Please sign in to comment.