Difference between revisions of "Simulation Techniques for Soft Matter Sciences (SS 2007)/Ising 1"

From ICPWiki
Jump to navigation Jump to search
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Tutorial title =
 
 
 
== Overview ==
 
== Overview ==
 
This tutorial covers
 
This tutorial covers
  
 
* understanding a MC code for the Ising model
 
* understanding a MC code for the Ising model
* writing key functions
 
 
* running the code and compute some simple observables
 
* running the code and compute some simple observables
 +
* using the reweighting method
  
 
== Content ==  
 
== Content ==  
  
  
In this first tutorial on the Ising model you have to understand, debug, and run a MC code. Some key part of the code are alsomissing,and have to be written during the tutorial. Within this tutorial some preliminary data analysis will alsobe performed (identification of the equilibration phase, computation of magnatization vs. temperature in a couple of cases)
+
In this first tutorial on the Ising model you have to understand and run a MC code. Some key parts of the code are also missing, and have to be written during the tutorial. Within this tutorial some preliminary data analysis will also be performed (visual inspection of different phases, computation of magnatization vs. temperature in a couple of cases, use of the reweighting technique to compute the specific heat as a function of temperature)
  
 
== Resources ==
 
== Resources ==
  
Here you can download everything and don't have to work anymore ....
+
* {{Download|T3w.pdf|Worksheet for the third tutorial}}
 +
 
 +
* {{Download|Ising.tgz|Source code|tar}}

Latest revision as of 08:13, 3 May 2007

Overview

This tutorial covers

  • understanding a MC code for the Ising model
  • running the code and compute some simple observables
  • using the reweighting method

Content

In this first tutorial on the Ising model you have to understand and run a MC code. Some key parts of the code are also missing, and have to be written during the tutorial. Within this tutorial some preliminary data analysis will also be performed (visual inspection of different phases, computation of magnatization vs. temperature in a couple of cases, use of the reweighting technique to compute the specific heat as a function of temperature)

Resources