Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Extras

Here we collect the extra resources addressing questions we did not have time to discuss during live sessions.

Where does the damping term in LLG equation come from?

  1. Landau, L. & Lifshits, E. On the theory of the dispersion of magnetic permeability in ferromagnetic bodies. Phys. Zeitsch. Der Sow., 8, 153–169 (1935). https://doi.org/10.1016/B978-0-08-036364-6.50008-9

  2. Gilbert, T. L. A phenomenological theory of damping in ferromagnetic materials. IEEE Transactions on Magnetics, 40(6), 3443–3449 (2014). https://doi.org/10.1109/TMAG.2004.836740

How to do calculations with complex numbers in Python?

The Python library is cmath. Please refer to Python documentation: https://docs.python.org/3.8/library/cmath.html

Further resources