Hello everyone,
I tried to verify the installation of the qutip following the instruction of the guide, but the result of the verifying comes out with:
AttributeError: 'numpy.ndarray' object has no attribute 'dag'
and the whole result is as following:
QuTiP: Quantum Toolbox in Python
================================
Copyright (c) QuTiP team 2011 and later.
Original developers: R. J. Johansson & P. D. Nation.
Previous lead developers: Chris Granade & A. Grimsmo.
Current admin team: Alexander Pitchford, Paul D. Nation, Nathan Shammah, Shahnawaz Ahmed, Neill Lambert, Eric Giguère, and Boxi Li
Project Manager: Franco Nori.
Currently developed through wide collaboration. See
https://github.com/qutip for details.
QuTiP Version: 4.5.2
Numpy Version: 1.20.1
Scipy Version: 1.6.0
Cython Version: 0.29.21
Matplotlib Version: 3.3.4
Python Version: 3.8.5
Number of CPUs: 2
BLAS Info: OPENBLAS
OPENMP Installed: False
INTEL MKL Ext: False
Platform Info: Darwin (x86_64)
Installation path: /Users/nitavica/.local/lib/python3.8/site-packages/qutip
==============================================================================
Please cite QuTiP in your publication.
==============================================================================
For your convenience a bibtex reference can be easily generated using `qutip.cite()`
============================= test session starts ==============================
platform darwin -- Python 3.8.5, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 -- /Users/nitavica/.conda/envs/Qutip/bin/python
cachedir: .pytest_cache
rootdir: /Users/nitavica
collecting ... collected 701 items / 1 error / 61 deselected / 639 selected
==================================== ERRORS ====================================
_ ERROR collecting .local/lib/python3.8/site-packages/qutip/tests/test_three_level.py _
.local/lib/python3.8/site-packages/qutip/tests/test_three_level.py:42: in <module>
three_ops = three_level_ops()
.local/lib/python3.8/site-packages/qutip/three_level_atom.py:101: in three_level_ops
sig11 = one * one.dag()
E AttributeError: 'numpy.ndarray' object has no attribute 'dag'
=========================== short test summary info ============================
ERROR .local/lib/python3.8/site-packages/qutip/tests/test_three_level.py - At...
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
================= 61 deselected, 59 warnings, 1 error in 2.76s =================
There seems to be some problem with the packages for the three level system, and how should I fixed it?
Another problem is that, I see that the items of OPENMP Installed and INTEL MKL Ext are showing false. Will these influence anything? And if those do lead to something wrong for my running, what should I do to solve them?
(I am conducting the with Jupyter notebook, python 3.8.7, anaconda for python 3.8, mac OS X 10.11.6)
Thank you very much