Тёмный

MSN 514 - Lecture 23: Ising model 

Seymur Jahangirov
Подписаться 1,5 тыс.
Просмотров 19 тыс.
50% 1

Monte Carlo Method, Metropolis Algorithm, Magnetization, Phase transition, Order and Disorder, Ising Model, Lars Onsager
Here is the link to the codes;
www.dropbox.co...

Опубликовано:

 

16 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 40   
@LylaLatashia
@LylaLatashia 6 лет назад
for dummy student like me, this lecture very clear. Thanks.
@skzelka
@skzelka 4 года назад
Sir, nice explanation video and it is great that you provided the codes! Thank you. I went through the code (the first one so far) and to be honest, I had a hard time figuring out what the condition (line11) in metropolis_1 does and how the compound of "p" is taken there :) I have finally figured it out and realized that I didn't notice "+3" at the end of the condition. If I may humbly suggest (only for the sake of your future teaching), I think it would be helpful to say more about what the condition does (that it calculates the energy of surrounding spins, and how the probability from "p" is taken).
@seyjah
@seyjah 4 года назад
Thank you very much for this valuable feedback!
@aashukumargautam7242
@aashukumargautam7242 3 года назад
THANK YOU VERY MUCH !! GOD BLESS YOU
@seyjah
@seyjah 3 года назад
You are very welcome! Cheers!
@aashukumargautam7242
@aashukumargautam7242 3 года назад
@@seyjah SIr, I am an IIT delhi student , can i use these codes for my work , Am i suppose to worry about copyright ? or plagiarism ?
@aashukumargautam7242
@aashukumargautam7242 3 года назад
i am doing a project on liquid crystal
@seyjah
@seyjah 3 года назад
@@aashukumargautam7242 It is my great pleasure to help an IIT student. On my side, I have no problem. Please make sure that it fits to the policies of your institution and/or expectations of your supervisors.
@tanvirahmedmasum7970
@tanvirahmedmasum7970 4 года назад
thanks. this is Great stuff. Can you make a similar tutorial for the hubbard model?
@seyjah
@seyjah 4 года назад
Thanks. Maybe in the future...
@brookewatson3990
@brookewatson3990 4 года назад
If I change J to J=-1 what else will I have to change to see the spins becoming ordered?
@murasakihiroshi
@murasakihiroshi 3 года назад
you should have a look on Néel Temperature, which is similar to curie T for ferromagnetics (J>0)
@charlesk5873
@charlesk5873 4 года назад
May I ask you to share your code again? Cuz the link you share before seems like invalid~Thanks alot
@seyjah
@seyjah 4 года назад
www.dropbox.com/sh/ur5rewfok3hrglw/AABvd_rB_jNEXt6lgtNBzUJ5a?dl=0
@charlesk5873
@charlesk5873 4 года назад
@@seyjah Thank you so much! This video really gives me a clearer understanding of this problem~
@seyjah
@seyjah 4 года назад
Charles K Great! Thanks for watching!
@wongthomas9514
@wongthomas9514 4 года назад
May I know what is the most-RHS of the code? After "a(r0(n,1),rp(n,2))"
@seyjah
@seyjah 4 года назад
Thanks for watching! Here is the line; if (r(n) < p(((a(rn(n,1),r0(n,2)) + a(rp(n,1),r0(n,2)) + a(r0(n,1),rn(n,2)) + a(r0(n,1),rp(n,2)))*a(r0(n,1),r0(n,2))/2 + 3)))
@mahdiehadian8847
@mahdiehadian8847 4 года назад
Thank you very much this help me so much
@seyjah
@seyjah 4 года назад
Mahdie Hadian My pleasure.
@mjl7810
@mjl7810 4 года назад
Where can I find this code at?
@seyjah
@seyjah 4 года назад
www.dropbox.com/sh/xeell6f9cek0fdo/AADjyI9J16-AZFLst0a3LK4Ea?dl=0
@mjl7810
@mjl7810 4 года назад
@@seyjah Perfect, thank you. How can I make this as 3-D array? I assume it will be bunch of 2-Ds
@seyjah
@seyjah 4 года назад
@@mjl7810 You are welcome! Yes, you need to add a third dimension but you also need to change p vector accordingly.
@mjl7810
@mjl7810 4 года назад
@@seyjah What are the difference between your three metropolis files? and I have hard time understanding this line of code (r(n) < p(((a(rn(n,1),r0(n,2)) + a(rp(n,1),r0(n,2)) + a(r0(n,1), rn(n,2)) + a(r0(n,1),rp(n,2)))*a(r0(n,1),r0(n,2))/2 + 3))) a(r0(n,1),r0(n,2)) = -a(r0(n,1),r0(n,2)); % flip the spin
@seyjah
@seyjah 4 года назад
@@mjl7810 What are the difference between your three metropolis files? v1: temperature is kept constant. v2: we just watch the system behavior while temperature is changed. v3: magnetization is calculated for each temperature and compared with exact result. In the mentioned line we multiply the central spin with the sum of its four spins. Possible values we can get are -4, -2, 0, 2 and 4. Upon flipping the central spin we get, respectively, energy changes of -8J, -4J, 0, 4J and 8J. This correspond to acceptance probabilities 1, 1, 1, exp(-4J/kbT) and exp(-8J/kbT), respectively. These are values of p. To get the correct index you need to divide by 2 and add 3 which takes -4, -2, 0, 2 and 4 to 1, 2, 3, 4 and 5.
@حيدرالعبيدي-ج4د
@حيدرالعبيدي-ج4د 3 года назад
That is very good job, I am a Ph.D student in physics from Iraq. I hope you can help me to find codes in (Python or Matlab) to study the Fe(phen) molecule by monte carlo ising model 2D for ferromagnetism, to determine the spin crossover phenomenon , with my thanks to you.
@seyjah
@seyjah 3 года назад
Thanks for the positive feedback. Please send me the details of your problem via email.
@حيدرالعبيدي-ج4د
@حيدرالعبيدي-ج4د 3 года назад
@@seyjah Thank you for your reply, sir. My problem is that I did not find a message or thesis that would help me in my project (Investigation of Spin crossover phenomenon for Fe2+ based complexes).
@حيدرالعبيدي-ج4د
@حيدرالعبيدي-ج4د 3 года назад
I have little experience with software.
@antoniogutierrezsanchez2877
@antoniogutierrezsanchez2877 4 года назад
25:50
Далее
MSN 514 - Lecture 25: Self-organized criticality
48:17
Просмотров 1,6 тыс.
Eminem НА РУССКОМ💔
00:30
Просмотров 212 тыс.
НИКИТА ПОДСТАВИЛ ДЖОНИ 😡
01:00
Просмотров 597 тыс.
6. Monte Carlo Simulation
50:05
Просмотров 2 млн
The Monte Carlo Method
16:01
Просмотров 81 тыс.
ising full
44:08
Просмотров 15 тыс.
Monte Carlo Simulation
10:06
Просмотров 1,4 млн
The hardest sum aka the Ising model #SoME3
34:50
Просмотров 19 тыс.
Percolation: a Mathematical Phase Transition
26:52
Просмотров 363 тыс.
10x Faster Than NumPy (GPU Magnet Simulation)
43:15
Просмотров 15 тыс.
The Ising model
21:59
Просмотров 51 тыс.
Eminem НА РУССКОМ💔
00:30
Просмотров 212 тыс.