-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Landau-Lifschitz-Gilbert (LLG) simulation to magnetization module #164
base: develop
Are you sure you want to change the base?
Conversation
I added the LL class where the shared functions of LLG and LLB are in. Than I added the LLG class. Running example is provided in the .ipynb |
Hi @friweber , thanks for the PR! Before going into detail, there are a lot of files which have changed in your commits (in total 21). Could you please try to revert this and only have the relevant changes in your PR? Best Daniel |
Now it should be better. I don't understand why it shows a difference in upload-to-pypi.yml but all other issues are resolved |
add a new LLG class to the magnetization module which also provides a magneto-elastic coupling.