llg3d.post.temperature¶
Plot the magnetization vs temperature and determine the Curie temperature.
Functions
|
Parses the command line to execute processing functions |
|
Plots the data (T, <m>), interpolates the values, calculates the Curie temperature. |
- plot_m_vs_T(m: MagData, show: bool)[source]¶
Plots the data (T, <m>), interpolates the values, calculates the Curie temperature. Exports to PNG.
- Parameters:
data – numpy array (T, <m>)
parentdir – path to the directory containing the runs
run – descriptive dictionary of the run
show – display the graph in a graphical window