Data output files

I’ve added a --gnuplot option to the transport plotter (i.e., amset plot transport transport.json --gnuplot) that writes basic data files. Multiple files are written for each subplot. For example, there are separate files for the conductivity, Seebeck coefficient etc.

The files look like:

# File generated using amset 0.4.5
# x-axis: Temperature (K)
# y-axis: Conductivity (S/m)
# temperature  $n_e$=3.00$\times$10$^{13}$cm$^{-3}$
2.01000000e+02 6.18900318e+00
2.90000000e+02 4.54587362e+00
4.01000000e+02 3.30730120e+00
5.06000000e+02 2.56385648e+00
6.05000000e+02 2.30912218e+00
7.89000000e+02 1.96701699e+01
9.94000000e+02 1.60042054e+02

The first column is the x-axis data, subsequent columns are for each doping concentrations/temperatures (i.e., each line has a separate column).

Currently this is only enabled for the transport plotter. If you have another plotter you’d like me to add it to please let me know.

1 Like