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
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
Python 3.9.9 (main, Dec 1 2021, 16:36:40)
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
import qml
Traceback (most recent call last):
File "", line 1, in
File "/user/kijsdc/.local/lib/python3.9/site-packages/qml/init.py", line 37, in
from .compound import Compound
File "/user/kijsdc/.local/lib/python3.9/site-packages/qml/compound.py", line 30, in
from .representations import generate_coulomb_matrix
File "/user/kijsdc/.local/lib/python3.9/site-packages/qml/representations.py", line 28, in
from .frepresentations import fgenerate_coulomb_matrix
ImportError: /user/kijsdc/.local/lib/python3.9/site-packages/qml/frepresentations.cpython-39-x86_64-linux-gnu.so: undefined symbol: dsyev_
I need your help. please help me...
The text was updated successfully, but these errors were encountered:
Please note that further development for the QML package is now happening on the qmlcode/qmllib repository. qmllib is a port of the QML's Fortran core functionality with fewer dependencies and numpy 2.0 compatibility. You are encouraged to open any future issues or pull requests there.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Python 3.9.9 (main, Dec 1 2021, 16:36:40)
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
I need your help. please help me...
The text was updated successfully, but these errors were encountered: