ubermag / help

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

Mumax3c support item #211

Open code-whale opened 2 years ago

code-whale commented 2 years ago

Dear Ubermag Team, I updated ubermag to version 0.64 and simulated it with mumax3 by customizing the path. It is worth asking that although I specified system.Tand spin polarized current terms, they are not included in the mx3 file created by ubermag. Is this the problem caused by the incomplete function of mumax3c or is it the wrong way I run it? Look forward to your reply, and look forward to more features of ubermag! My command to use mumax3 is as follows:

mumax3runner=mc.mumax3.ExeMumax3Runner(mumax3_exe='The folder path where you installed mumax3\\mumax3.exe')
td = mc.TimeDriver()
td.drive(system, runner=mumax3runner,t=1e-9, n=10,verbose=2)

Best regards code-whale

lang-m commented 2 years ago

Hi @code-whale your problems are caused by the reduced amount of functionality that the mumax3c package currently provides. We are still working on a complete list of supported features.

code-whale commented 2 years ago

@lang-m ,Thank you for your response and look forward to the new features of ubermag!