Hello,
I am trying to create a FM/AFM layer in the Mumax+.
I understand that the FM layer can be designed using the class magnet as magnet = Ferromagnet(world, Grid((-,-,-))).
In the same way, the antiferromagnetic layer can be designed using the class magnet as antiferromagnet.
I am wondering how to couple the ferromagnetic and the antiferromagnetic layers.
magnet.inter_exchange.set_between(region1, region2, value),
magnet.inter_exchange = value and set_between(i,j,value) works between regions of same class. For FM/AFM, the two classes are different; is there any other way to do so? Could anyone please assist with this, it would be very helpful.
Regards,