davidcortesortuno / oommfpy

Python library to analyse OOMMF and MuMax3 data files
BSD 2-Clause "Simplified" License
12 stars 7 forks source link

Topological Charge of Skyrmion #8

Open Ayers6991 opened 3 years ago

Ayers6991 commented 3 years ago

Hello, Although you have shared how to calculate topological charge of skyrmion in OOMMF, but I am unable to understand the process. Please help. With thanks,

davidcortesortuno commented 3 years ago

Hi, you can find the details in the documentation of the function that calculates the skyrmion number https://github.com/davidcortesortuno/oommfpy/blob/master/oommfpy/oommfpy.py#L445 . This is done in this library but not in OOMMF.

Ayers6991 commented 3 years ago

I have generated and stabilized skyrmions through OOMMF. Is it possible to extract 'Topological charge of skyrmions' from the generated .omf or .ovf file and also using the python file from the zip folder?

Sreya Pal Junior Research Fellow, Department of Condensed Matter Physics and Material Sciences, S.N.Bose National Centre for Basic Sciences, Block - JD, Sector - III, Salt lake city, Kolkata - 700106, INDIA.

On Mon, Aug 16, 2021 at 6:39 PM David Ignacio Cortes < @.***> wrote:

Hi, you can find the details in the documentation of the function that calculates the skyrmion number https://github.com/davidcortesortuno/oommfpy/blob/master/oommfpy/oommfpy.py#L445 . This is done in this library but not in OOMMF.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davidcortesortuno/oommfpy/issues/8#issuecomment-899496213, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQDZV5XJOCOKBWIHMQEK6NTT5EEXJANCNFSM5CHU55GA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

davidcortesortuno commented 3 years ago

If you have the omf files, and you install oommfpy, then you can calculate the topological charge or skyrmion number using a Python script, or a Jupyter notebook, as shown in the tutorial example https://github.com/davidcortesortuno/oommfpy/blob/master/doc/ipynb/basics.ipynb

Ayers6991 commented 3 years ago

Thanks a lot for your help. Now, I am able to calculate Skyrmion Number.

On Mon, 16 Aug, 2021, 9:00 pm David Ignacio Cortes, < @.***> wrote:

If you have the omf files, and you install oommfpy, then you can calculate the topological charge or skyrmion number using a Python script, or a Jupyter notebook, as shown in the tutorial example https://github.com/davidcortesortuno/oommfpy/blob/master/doc/ipynb/basics.ipynb

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davidcortesortuno/oommfpy/issues/8#issuecomment-899604124, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQDZV5RTLCCDCHOGE2DNBQTT5EVJDANCNFSM5CHU55GA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .