You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountered a seg fault at line 194 in mulliken.py:
python -m pdb mulliken.py
> /Users/robertwexler/hb/hotbit/lib/python/hotbit/test/mulliken.py(1)<module>()
-> from ase import *
(Pdb) until 194
/Users/robertwexler/hb/hotbit/lib/python/box/misc.py:50: LinAlgWarning: Ill-conditioned matrix (rcond=1.73652e-17): result may not be accurate.
c=solve(A,b)
/Users/robertwexler/hb/hotbit/lib/python/box/misc.py:50: LinAlgWarning: Ill-conditioned matrix (rcond=3.55489e-25): result may not be accurate.
c=solve(A,b)
/Users/robertwexler/hb/hotbit/lib/python/box/misc.py:50: LinAlgWarning: Ill-conditioned matrix (rcond=1.03818e-17): result may not be accurate.
c=solve(A,b)
/Users/robertwexler/hb/hotbit/lib/python/box/misc.py:50: LinAlgWarning: Ill-conditioned matrix (rcond=7.80523e-18): result may not be accurate.
c=solve(A,b)
/Users/robertwexler/hb/hotbit/lib/python/box/misc.py:50: LinAlgWarning: Ill-conditioned matrix (rcond=2.24815e-26): result may not be accurate.
c=solve(A,b)
/Users/robertwexler/hb/hotbit/lib/python/box/misc.py:50: LinAlgWarning: Ill-conditioned matrix (rcond=9.19242e-25): result may not be accurate.
c=solve(A,b)
> /Users/robertwexler/hb/hotbit/lib/python/hotbit/test/mulliken.py(194)<module>()
-> atoms.get_potential_energy()
(Pdb) n
Segmentation fault: 11
Encountered a seg fault at line 194 in mulliken.py:
Here's the line in the source code:
Didn't have an issue with the preceding calls to atoms.get_potential_energy() though.
My specs:
Python 3.7.6 | packaged by conda-forge | (default, Mar 23 2020, 22:45:16)
ASE 3.19.1
macOS Catalina, Version 10.15.3
Please let me know if you need any other information. Thanks in advance for your help!
Best,
Rob
The text was updated successfully, but these errors were encountered: