Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Systematic study of variation of skyrmion velocity with skyrmion size #69

Closed
Ayers6991 opened this issue Oct 18, 2020 · 1 comment
Closed

Comments

@Ayers6991
Copy link

Hello,
How can I study systematically the variation of skyrmion
velocity with skyrmion size?
Thanks.

@marijanbeg
Copy link
Member

Hi @Ayers6991, thank you for your question. I am afraid your question is too general for me to answer it specifically. However, I can give you a suggestion...

In order to systematically study any parameter variation, you would need to make a for-loop which iterates through the parameter values you are interested in. Then you store the result in a list, for example:

my_results = []
for A in [1e-12, 1.2e-12, 1.4e-12]:
    # here you assemble the system and drive it
    my_results.append(the_result)

# At this point you should have the values you are interested in

If this is not the answer you were expecting, please feel free to reopen this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants