UHH_ThetaEvolver#
- class oommfc.UHH_ThetaEvolver(**kwargs)#
Models finite temperature via a differential equation of Langevin type.
Only attributes in
_allowed_attributes
can be defined. For details on possible values for individual attributes and their default values, please refer tothetaevolve
documentation (http://www.nanoscience.de/group_r/stm-spstm/projects/temperature/download.shtml).Examples
Defining evolver with a keyword argument.
>>> import oommfc as oc ... >>> evolver = oc.UHH_ThetaEvolver(fixed_timestep=2e-13, temperature=60)
Passing an argument which is not allowed.
>>> import oommfc as oc ... >>> evolver = oc.UHH_ThetaEvolver(myarg=3) Traceback (most recent call last): ... AttributeError: ...
Getting the list of allowed attributes.
>>> import oommfc as oc ... >>> evolver = oc.UHH_ThetaEvolver() >>> evolver._allowed_attributes [...]
Methods
__dir__
Default dir() implementation.
__eq__
Return self==value.
__iter__
Iterator.
__repr__
Representation string.
Properties
name
Name.