Closed Siyuanq closed 1 year ago
I am curious is all the mumax3c command is the same as oommfc? If I would like to use like data[i][j].m.x.plane('z').mpl(), Is it exactly the same as in oommfc? I tried but failed.
Hi @Siyuanq there is no (indented) difference between mumax3c
and oommfc
. Please re-check if the problem is really coming from ubermag
(e.g. also compare against data.info
) and report back.
When use ubermag, I use m = data[i][j].array to convert the file to numpy array, where i is the drive number and j is the time step. But when I use mumax3c, I use the same command for date convert but there is error report that list index out of range. The drive number is 30 and time step is 1000. The following are the error report of data convert.