A repo for using in the project in quantum mechanics FMFF15
Allways start with a
git status
if your working tree is fine, no files modified, do a
git pull
then work away, when you feel finished for the day write
git add -A
git commit -m "_ something to describe what you've done_"
git push
To run, open a terminal and go into a directory(cd home/_dir/) where you want to have the project.
In the terminal, write
git clone _whatever_it_says_on_github
You should also make sure you have python installed by runnin
python --version
then run
pip install numpy
and you should be good to go!
#fig, (axs1, axs2, axs3, axs4, axs5, axs6) = plt.subplots(6, 1, figsize = (8, 7))