jasleenkapoor / Python-Project-

MIT License
0 stars 0 forks source link

downloading and using our package on any PC #31

Open Emlyn25 opened 1 year ago

Emlyn25 commented 1 year ago

You do not need git-hub only python and python packages: First insure you have findiff, numpy, matplotlib, and scipy installed.

Then install our package by running in the command prompt:

pip install -i https://test.pypi.org/simple/ tdse==0.0.3

To use our package it must be imported at the start of your code:

from tdse import TDSE

then the various functions can be used: e.g.

TDSE.TDSE_gui()

save_psi.writetxt()

Frequency.freq()

TDSE.make_animation()