mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 04:13:55 +01:00
Fix qp_convert
This commit is contained in:
parent
e4ce9ef219
commit
0c8845f5f2
@ -227,8 +227,8 @@ def write_ezfio(res, filename):
|
|||||||
shell_index += [nshell_tot] * len(b.prim)
|
shell_index += [nshell_tot] * len(b.prim)
|
||||||
|
|
||||||
shell_num = len(ang_mom)
|
shell_num = len(ang_mom)
|
||||||
assert(shell_index[0] = 1)
|
assert(shell_index[0] == 1)
|
||||||
assert(shell_index[-1] = shell_num)
|
assert(shell_index[-1] == shell_num)
|
||||||
|
|
||||||
# ~#~#~#~#~ #
|
# ~#~#~#~#~ #
|
||||||
# W r i t e #
|
# W r i t e #
|
||||||
|
Loading…
Reference in New Issue
Block a user