L-3: Difference between revisions

From Disordered Systems Wiki
Jump to navigation Jump to search
No edit summary
Line 34: Line 34:
We introduce a lattice model for the directed polymer (see figure). In a companion notebook we provide the implementation of the powerful Dijkstra algorithm.
We introduce a lattice model for the directed polymer (see figure). In a companion notebook we provide the implementation of the powerful Dijkstra algorithm.


Dijkstra allows to identify the minimal  energy among the exponential number of  configurations <math> x(\tau)</math>
Dijkstra allows to identify the minimal  energy among the exponential number of  configurations <math>x(\tau)</math>
<center> <math>
<center> <math>E_{\min} = \min_{x(\tau)} E[x(\tau)]. </math></center>
E_{\min} = \min_{x(\tau)} E[x(\tau)].  
</math></center>


We are also interested in the ground state configuration  <math> x_{\min}(\tau) </math>.
We are also interested in the ground state configuration  <math> x_{\min}(\tau) </math>.
For both quantities we expect scale invariance with two exponents  <math> \theta, \zeta</math> for the energy and for the roughness  
For both quantities we expect scale invariance with two exponents  <math> \theta, \zeta</math> for the energy and for the roughness  
<center>
<center>
<math>
<math>E_{\min} = c_\infty t + b_\infty t^{\theta}\chi, \quad x_{\min}(t/2)) \sim  a_\infty t^{\zeta} \tilde \chi</math></center>
E_{\min} = c_\infty t + b_\infty t^{\theta}\chi,   \quad x_{\min}(t/2)) \sim  a_\infty t^{\zeta} \tilde \chi
</math></center>


<strong>Universal exponents: </strong> Both  <math> \theta, \zeta </math> are  Independent of the lattice, the disorder distribution, the elastic constants, or the boudanry conditions.  Note that  <math> \omega= \theta </math>, while for an interface <math> \omega= d \theta </math>.  
<strong>Universal exponents: </strong> Both  <math> \theta, \zeta </math> are  Independent of the lattice, the disorder distribution, the elastic constants, or the boudanry conditions.  Note that  <math> \omega= \theta </math>, while for an interface <math> \omega= d \theta </math>.  

Revision as of 12:58, 14 January 2026

Goal: This lecture is dedicated to a classical model in disordered systems: the directed polymer in random media. It has been introduced to model vortices in superconductur or domain wall in magnetic film. We will focus here on the algorithms that identify the ground state or compute the free energy at temperature T, as well as, on the Cole-Hopf transformation that map this model on the KPZ equation.


Polymers, interfaces and manifolds in random media

We consider the following potential energy

Epot=dr12(h)2+V(h(r),r)

The first term represents the elasticity of the manifold and the second term is the quenched disorder, due to the impurities. In general, the medium is D-dimensional, the internal coordinate of the manifold is d-dimensional and the height filed is N-dimensional. Hence,the following equations always holds:

D=d+N

In practice, we will study two cases:

  • Directed Polymers (d=1), D=1+N. Examples are vortices, fronts...
  • Elastic interfaces (N=1), D=d+1. Examples are domain walls...

Today we restrict to polymers. Note that they are directed because their configuration h(r) is uni-valuated. It is useful to study the model using the following change of variable

hx,rt

Directed polymers

Dijkstra Algorithm and transfer matrix

Sketch of the discrete Directed Polymer model. At each time the polymer grows either one step left either one step right. A random energy V(τ,x) is associated at each node and the total energy is simply E[x(τ)]=τ=0tV(τ,x).


We introduce a lattice model for the directed polymer (see figure). In a companion notebook we provide the implementation of the powerful Dijkstra algorithm.

Dijkstra allows to identify the minimal energy among the exponential number of configurations x(τ)

Emin=minx(τ)E[x(τ)].

We are also interested in the ground state configuration xmin(τ). For both quantities we expect scale invariance with two exponents θ,ζ for the energy and for the roughness

Emin=ct+btθχ,xmin(t/2))atζχ~

Universal exponents: Both θ,ζ are Independent of the lattice, the disorder distribution, the elastic constants, or the boudanry conditions. Note that ω=θ, while for an interface ω=dθ.

Non-universal constants: c,b,a are of order 1 and depend on the lattice, the disorder distribution, the elastic constants... However c is independent on the boudanry conditions!

Universal distributions: χ,χ~ are instead universal, but depends on the boundary condtions. Starting from 2000 a magic connection has been revealed between this model and the smallest eigenvalues of random matrices. In particular I discuss two different boundary conditions:

  • Droplet: x(τ=0)=x(τ=t)=0. In this case, up to rescaling, χ is distributed as the smallest eigenvalue of a GUE random matrix (Tracy Widom distribution F2(χ))
  • Flat: x(τ=0)=0 while the other end x(τ=t) is free. In this case, up to rescaling, χ is distributed as the smallest eigenvalue of a GOE random matrix (Tracy Widom distribution F1(χ))

Entropy and scaling relation

It is useful to compute the entropy

Entropy=ln(ttx2)tln2x2t+O(x4)

From which one could guess from dimensional analysis

θ=2ζ1

We will see that this relation is actually exact.

Back to the continuum model

Let us consider polymers x(τ) of length t, starting in 0 and ending in x and at thermal equlibrium at temperature T. The partition function of the model writes as

Z(x,t)=x(0)=0x(t)=x𝒟x(τ)exp[1T0tdτ12(τx)2+V(x(τ),τ)]

For simplicity, we assume a white noise, V(x,τ)V(x,τ)=Dδ(xx)δ(ττ). Here, the partition function is written as a sum over all possible paths, corresponding to all possible polymer configurations that start at 0 and end at x, weighted by the appropriate Boltzmann factor.