sharc icon indicating copy to clipboard operation
sharc copied to clipboard

Error with wigner.py

Open Yuanypu opened this issue 1 year ago • 2 comments

Hello,

I am using sharc3.0.0, and received error while running wigner.py. Traceback (most recent call last): File "/usr/local/sharc-3.0.0/bin/wigner.py", line 1524, in main() File "/usr/local/sharc-3.0.0/bin/wigner.py", line 1504, in main ic_list = create_initial_conditions_list(amount, molecule, modes) File "/usr/local/sharc-3.0.0/bin/wigner.py", line 1317, in create_initial_conditions_list sys.stdout.write('\rProgress: [' + '=' * done + ' ' * (width - done) + '] %3i%%' % (done * 100 / width)) TypeError: can't multiply sequence by non-int of type 'float'

However, when using sharc2.1, it works smoothly.

Does anyone know what the problem is? Thanks in advance!

Yuanypu avatar Jul 12 '23 15:07 Yuanypu