tequilahub / tequila

A High-Level Abstraction Framework for Quantum Algorithms
MIT License
369 stars 103 forks source link

Psi4 can't find MKL #238

Closed kottmanj closed 2 years ago

kottmanj commented 2 years ago

Logging issues I've found:

Psi4 can't be imported as it does not find the shared library that contains the mkl core.

Error is:

MKL FATAL ERROR: Cannot load libmkl_core.so.1.

kottmanj commented 2 years ago

General advice: Use tequila with psi4 in separate environments. Try to create a new env like:

conda create -n tq-psi4 python=3.9
conda activate tq-psi4
conda install psi4 -c psi4
pip install tequila-basic
pip install qulacs

worked in this case.