"Dimer model"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
133번째 줄: 133번째 줄:
 
* [http://www.math.brown.edu/%7Erkenyon/talks/amsterdam.pdf Dimers, Amoebae and Limit shapes]<br>
 
* [http://www.math.brown.edu/%7Erkenyon/talks/amsterdam.pdf Dimers, Amoebae and Limit shapes]<br>
 
* [http://www.math.brown.edu/%7Erkenyon/papers/index.html Dimers, the complex burgers equation, and curves inscribed in polygonsl]
 
* [http://www.math.brown.edu/%7Erkenyon/papers/index.html Dimers, the complex burgers equation, and curves inscribed in polygonsl]
 +
* [http://www.math.brown.edu/%7Erkenyon/papers/leshouches.pdf The dimer model ]Richard Kenyon,
 +
* [http://www.math.brown.edu/%7Erkenyon/papers/de2.pdf Dimer Problems] Richard Kenyon, 2005
 +
* [http://arxiv.org/abs/math/0312099 Gaussian free fields for mathematiciansn] Scott Sheffield, 2003
 +
* [http://arxiv.org/abs/math/0310326 An introduction to the dimer model] Richard Kenyon, 2003
 +
* [http://proba.jussieu.fr/%7Edetiliere/Cours/Ecole_Doctorale.pdf The dimer model in Statistical mechanics]
  
* [http://www.math.brown.edu/%7Erkenyon/papers/leshouches.pdf The dimer model]<br>
+
* [http://pictor.math.uqam.ca/%7Eplouffe/OEIS/archive_in_pdf/domino.pdf Dimers and Dominos] James Propp, 1992
** Richard Kenyon,
 
* [http://www.math.brown.edu/%7Erkenyon/papers/de2.pdf Dimer Problems]<br>
 
** Richard Kenyon, 2005
 
* [http://arxiv.org/abs/math/0312099 Gaussian free fields for mathematicians]<br>
 
** Scott Sheffield, 2003
 
* [http://arxiv.org/abs/math/0310326 An introduction to the dimer model]<br>
 
** Richard Kenyon, 2003
 
* The dimer model in Statistical mechanics
 
* http://members.unine.ch/beatrice.detiliere/Cours/Ecole_Doctorale.pdf<br>
 
 
 
* [http://pictor.math.uqam.ca/%7Eplouffe/OEIS/archive_in_pdf/domino.pdf Dimers and Dominos]<br>
 
** James Propp, 1992
 
 
*  pictures<br>
 
*  pictures<br>
 
** http://research.microsoft.com/en-us/um/people/cohn/randomtilings.html
 
** http://research.microsoft.com/en-us/um/people/cohn/randomtilings.html
156번째 줄: 149번째 줄:
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">articles</h5>
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">articles</h5>
  
 +
*  Cimasoni, David, 와/과Nicolai Reshetikhin. 2007. “Dimers on surface graphs and spin structures. II”. <em>0704.0273</em> (4월 2). doi:doi:10.1007/s00220-008-0488-3. http://arxiv.org/abs/0704.0273.<br>  <br>
 
* [http://dx.doi.org/10.1103/PhysRevE.75.040105 Exact solution of close-packed dimers on the kagome lattice]<br>
 
* [http://dx.doi.org/10.1103/PhysRevE.75.040105 Exact solution of close-packed dimers on the kagome lattice]<br>
 
** Fa Wang, F. Y. Wu, 2006
 
** Fa Wang, F. Y. Wu, 2006

2011년 4월 17일 (일) 06:21 판

introduction

 

 

basic notions
  • dimer configurations
  • set of dimer configurations
  • partition function
  • Kasteleyn matrix

 

 

physics motivation
  • Dimer configuration can be considered as the covering of the graph by pairs of fermions connected by an edge

 

 

Termperley equivalence
  • spanning trees on \gamma rooted at x
  • Dimers on D(\gamma)

 

 

Domino tiling and height function
  • bipartite graph

 

 

energy and weight systems
  • define a weight functionon the edges of the graph \gamma
    \(w:E(\Gamma)\to \mathbb{R}_{\geq 0}\)
  • For a dimer configuration D,
    \(w(D)=\prod_{e\in D} w(e)\)
  • energy function
    \(\epsilon:E(\Gamma)\to \mathbb{R}\)
  • For a dimer configuration D,
    \(\epsilon(D)=\sum_{e\in D} \epsilon(e)\)
  • energy and weight function
    \(w(e)=\exp (-\frac{\epsilon(e)}{T})\)
  • partition function
    \(Z_{\Gamma}=\sum_{D\subset \Gamma} \prod_{e\in D} w(e)\)

 

 

mathematica code
  1. detk[m_, n_] :=
     N[Product[
       Product[2 Cos[(Pi*l)/(m + 1)] + 2 I*Cos[(Pi*k)/(n + 1)], {k, 1,
         n}], {l, 1, m}], 10]
    Z[m_, n_] := Round[Sqrt[Abs[detk[m, n]]]]
    Z[8, 8]

 

 

memo

 

 

history

 

 

related items[[Schramm–Loewner evolution (SLE)|]]

 

 

encyclopedia

 

 

books

 

 

links

 

 

expositions

 

 

articles

 

 

question and answers(Math Overflow)

 

 

blogs