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

수학노트
둘러보기로 가기 검색하러 가기
67번째 줄: 67번째 줄:
 
<h5>memo</h5>
 
<h5>memo</h5>
  
 +
* [http://www.math.brown.edu/%7Erkenyon/talks/ http://www.math.brown.edu/~rkenyon/talks/]
 
* [http://www.umich.edu/%7Emctp/SciPrgPgs/events/2006/2006glsc/talks/hanany.pdf http://www.umich.edu/~mctp/SciPrgPgs/events/2006/2006glsc/talks/hanany.pdf]
 
* [http://www.umich.edu/%7Emctp/SciPrgPgs/events/2006/2006glsc/talks/hanany.pdf http://www.umich.edu/~mctp/SciPrgPgs/events/2006/2006glsc/talks/hanany.pdf]
 
* [http://www.lif.univ-mrs.fr/%7Efernique/info/slides_csr.pdf http://www.lif.univ-mrs.fr/~fernique/info/slides_csr.pdf]
 
* [http://www.lif.univ-mrs.fr/%7Efernique/info/slides_csr.pdf http://www.lif.univ-mrs.fr/~fernique/info/slides_csr.pdf]
163번째 줄: 164번째 줄:
 
* [http://arxiv4.library.cornell.edu/abs/math-ph/0311005 Dimers and Amoebae]<br>
 
* [http://arxiv4.library.cornell.edu/abs/math-ph/0311005 Dimers and Amoebae]<br>
 
** Richard Kenyon, Andrei Okounkov, Scott Sheffield, 2003-11
 
** Richard Kenyon, Andrei Okounkov, Scott Sheffield, 2003-11
 
 
* [http://arxiv.org/abs/math/0310195 Dimers, Tilings and Trees]
 
* [http://arxiv.org/abs/math/0310195 Dimers, Tilings and Trees]
 
*  A variational principle for domino tilings<br>
 
*  A variational principle for domino tilings<br>
171번째 줄: 171번째 줄:
 
* [http://dx.doi.org/10.1007/BF02392811 The asymptotic determinant of the discrete Laplacian]<br>
 
* [http://dx.doi.org/10.1007/BF02392811 The asymptotic determinant of the discrete Laplacian]<br>
 
** Richard Kenyon, Acta Mathematica Volume 185, Number 2, 239-286, 2000
 
** Richard Kenyon, Acta Mathematica Volume 185, Number 2, 239-286, 2000
* Kasteleyn, P. W. (1961), "The statistics of dimers on a lattice. I. The number of dimer arrangements on a quadratic lattice", Physica 27 (12): 1209–1225
+
* The statistics of dimers on a lattice. I. The number of dimer arrangements on a quadratic lattice<br>
 +
** Kasteleyn, P. W. (1961), Physica 27 (12): 1209–1225
 
* http://www.ams.org/mathscinet
 
* http://www.ams.org/mathscinet
 
* http://www.zentralblatt-math.org/zmath/en/
 
* http://www.zentralblatt-math.org/zmath/en/

2010년 11월 27일 (토) 02:47 판

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