Skip to content
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

Ubermag compatibility table #29

Merged
merged 4 commits into from
Sep 12, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 94 additions & 12 deletions source/documentation/compatibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Compatibility: Ubermag - OOMMF - mumax\ :sup:`3`
Supported features
------------------

The following table summarises the available features in Ubermag, OOMMF an
The following table summarises the available features in Ubermag, OOMMF and
|mumax3|. We abbreviate ``micromagneticmodel=mm``, ``oommfc=oc`` and
``mumax3c=mc``.

Expand All @@ -16,6 +16,10 @@ The following table summarises the available features in Ubermag, OOMMF an
- Available in the calculator but missing in Ubermag: |missing|
- Not available in the calculator: |no|

-------------------
Energy Terms
-------------------

.. list-table::
:header-rows: 2

Expand All @@ -27,38 +31,116 @@ The following table summarises the available features in Ubermag, OOMMF an
- ``micromagneticmodel``
- ``oommfc``
- ``mumax3c``
* - Exchange energy
* -
- Multiple energy terms of the same type
samjrholt marked this conversation as resolved.
Show resolved Hide resolved
- |yes|
- |partly| [Only Zeeman energy]
* - Cubic anisotropy
- ``mm.CubicAnisotropy``
- |yes|
- |yes|
* - Demagnetisation
- ``mm.Demag``
- |yes|
- |yes|
* - DMI
- ``mm.DMI``
- | |yes|
| ``T``
| ``O``
| ``Cnv``
| ``D2d``
- |yes| [cannot be used without exchange]
| ``T`` [not between subregions]
| ``O`` [not between subregions]
| ``Cnv``
* - Exchange
- ``mm.Exchange``
- |yes|
- |yes|
* - Magneto-elastic
- ``mm.MagnetoElastic``
- |yes|
- |missing|
* - RKKY interaction - between regions
- ``mm.RKKY``
- |yes|
- |no|
* - Uniaxial anisotropy
- ``mm.UniaxialAnisotropy``
- |yes|
- |yes|
* - Zeeman energy / time dependent
- ``mm.Zeeman``
- |yes| / |yes|
- |yes| / |missing|
* - bulk DMI
- ``mm.DMI`` ``crystalclass='T'``


-------------------
Dynamics Terms
-------------------

.. list-table::
:header-rows: 2

* - Feature
- Ubermag
- OOMMF
- |mumax3|
* -
- ``micromagneticmodel``
- ``oommfc``
- ``mumax3c``
* - Damping
- ``mm.Damping``
- |yes|
- |partly| [not between subregions]
* - interfacial DMI
- ``mm.DMI`` ``crystalclass='Cnv'``
- |yes|
* - Precession
- ``mm.Precession``
- |yes|
* - RKKY interaction
- ``mm.RKKY``
- |yes|
- |no|
* - Slonczewski
- ``mm.Slonczewski``
- |yes|
- |missing|
* - Zhang-Li
- ``mm.ZhangLi``
- |yes|
- |yes|


-------------------
Drivers & Evolvers
-------------------

.. list-table::
:header-rows: 2

* - Feature
- Ubermag
- OOMMF
- |mumax3|
* -
- ``micromagneticmodel``
- ``oommfc``
- ``mumax3c``
* - Energy minimisation
- ``mm.Energy``
- ``oc.MinDriver``
- ``mc.MinDriver``
* - [Energy relaxation]
* - Energy relaxation
- ``mm.Dynamics``
- ``oc.TimeDriver`` [dynamics equation without precession]
- ``mc.RelaxDriver``
* - LLG time evolution
- ``mm.Dynamics``
- ``oc.TimeDriver``
- ``mc.TimeDriver``
* - Evolvers
- ``mm.Evolver``
- |yes|
- |missing|


-------------------
Compatible versions
Expand All @@ -72,7 +154,7 @@ Compatible versions
- OOMMF (Docker image)
- Mumax3
* - 0.63.0
-
-
- 2.0a3 (oommf/oommf:20a3)
- 3.10
* - 0.62.1
Expand Down