llg3d.post.temperature

Plot the magnetization vs temperature and determine the Curie temperature.

Functions

main()

Parses the command line to execute processing functions

plot_m_vs_T(m, show)

Plots the data (T, <m>), interpolates the values, calculates the Curie temperature.

main()[source]

Parses the command line to execute processing functions

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