ubermag / help

Repository for raising issues and requesting help on Ubermag
BSD 2-Clause "Simplified" License
11 stars 3 forks source link

Demagnetizing factor calculation using OOMMF generated files #244

Closed talekarpm1 closed 1 year ago

talekarpm1 commented 1 year ago

How to Calculate Demagnetizing factor using OOMMF generated files (magnetization.omf and demagnetization.ohf) for thin permalloy pattern?

lang-m commented 1 year ago

We currently do not have any functionality to calculate the demagnetization factor. You can use discretisedfield to load the data and get the underlying numpy array (field.array) to implement it yourself.

If you implement it yourself, we would be interested to discuss possibilities of integrating your code into Ubermag.