Skip to content

Commit

Permalink
Fix qp_convert
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Apr 4, 2024
1 parent e4ce9ef commit 0c8845f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/qp_convert_output_to_ezfio
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ def write_ezfio(res, filename):
shell_index += [nshell_tot] * len(b.prim)

shell_num = len(ang_mom)
assert(shell_index[0] = 1)
assert(shell_index[-1] = shell_num)
assert(shell_index[0] == 1)
assert(shell_index[-1] == shell_num)

# ~#~#~#~#~ #
# W r i t e #
Expand Down

0 comments on commit 0c8845f

Please sign in to comment.