ExeOOMMFRunner#

class oommfc.oommf.ExeOOMMFRunner(oommf_exe='oommf')#

OOMMF runner using OOMMF executable, which can be found on $PATH.

Parameters:

oommf_exe (str) – Name of the OOMMF executable. Defaults to oommf.


Methods

__dir__

Default dir() implementation.

__eq__

Return self==value.

__repr__

Return repr(self).

call

Call an external simulation package by passing argstr to it.

errors

Returns the content of boxsii.errors OOMMF file.

Properties

package_name

Simulation package name.

platform

Return platform seen by OOMMF.

status

Run a macrospin example for 1 ps through oommfc and print the OOMMF status.

version

Return the OOMMF version.


__repr__()#

Return repr(self).

errors()#

Returns the content of boxsii.errors OOMMF file.

Returns:

boxsii.errors OOMMF file.

Return type:

str