jrjohansson / qutip-lectures

Lectures on QuTiP: slides and ipython notebooks
294 stars 207 forks source link

Deprecation warnings Lecture 8 #4

Open timbode opened 3 years ago

timbode commented 3 years ago

With Python 3.8.8, the notebook throws the following:

DeprecationWarning: scipy.rand is deprecated and will be removed in SciPy 2.0.0, use numpy.random.rand instead

DeprecationWarning: scipy.real is deprecated and will be removed in SciPy 2.0.0, use numpy.real instead

DeprecationWarning: scipy.array is deprecated and will be removed in SciPy 2.0.0, use numpy.array instead

timbode commented 3 years ago

Also just spotted that H1 is put to zero again after adding the contributions from h... Is that intentional?