(formaly calculations)
This repository contains Python scripts to calculate parameters from linear fits of experimental data.
-
arrhenius_parameter_calculator.py
: Calculates Activation Energy ($E_a$ ) from aln(rate)
vs.1000/T
plot's slope and intercept. -
mott_vrh_parameter_calculator.py
: Calculates Characteristic Temperature ($T_0$ ) from aln(conductivity)
vs.T^(-1/4)
plot's slope and intercept.
- Open a script.
- Set the
a
(slope) andb
(intercept) variables. - Run the file.