ubermag / help

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

mumax3c data extraction #217

Closed Siyuanq closed 1 year ago

Siyuanq commented 2 years ago

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.

截屏2022-08-01 下午12 47 56
Siyuanq commented 2 years 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.

lang-m commented 2 years ago

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.