fit:
	tar -xvf data.tar.gz
	conda install numpy matplotlib autode --yes
	python fit_inversion_potential.py

clean:
	rm *.xyz *.inp* *.pdf
