how to install jrjohansson's python wavefunction package? -


i have installed qutip @ centos 6.5.

now try run code

http://nbviewer.jupyter.org/github/jrjohansson/wavefunction/blob/master/wavefunction-phase-qubit-current-biased.ipynb

i copy above codes

from scipy import * scipy import optimize  wavefunction import * wavefunction.wavefunction1d import * .... 

but have error when running

 importerror: no module named 'wavefunction' 

then use

conda install wavefunction pip install wavefunction 

still don't work

no matching distribution found wavefunction package not found 

please me resolve issue install of python 'wavefunction' package

seems hasnt uploaded conda or pypi. in such cases, can install git:

pip install git+https://github.com/jrjohansson/wavefunction.git#egg=wavefunction 

Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -