mpinterfaces.mat2d.magnetism package

Submodules

mpinterfaces.mat2d.magnetism.analysis module

mpinterfaces.mat2d.magnetism.startup module

mpinterfaces.mat2d.magnetism.startup.run_major_axis_anisotropy_calculations(submit=True)[source]

Perform static calculations with the magnetic axis along 100, 010, and 001.

Parameters:submit (bool) – Whether or not to submit the job.
mpinterfaces.mat2d.magnetism.startup.run_xy_anisotropy_calculations(resolution=10, submit=True)[source]

Perform static calculations with the magnetic axis along several directions between 100 and 010.

Parameters:
  • resolution (int) – step size between axes. The total number of calculations will be 90 / resolution.
  • submit (bool) – Whether or not to submit the job.
mpinterfaces.mat2d.magnetism.startup.run_xz_anisotropy_calculations(resolution=10, submit=True)[source]

Perform static calculations with the magnetic axis along several directions between 100 and 001.

Parameters:
  • resolution (int) – step size between axes. The total number of calculations will be 90 / resolution.
  • submit (bool) – Whether or not to submit the job.

Module contents