L-3

From Disordered Systems Wiki
Jump to navigation Jump to search

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 superconductors or domain walls in magnetic films. We will focus on algorithms that identify the ground state or compute the free energy at temperature T, as well as on the Cole–Hopf transformation that maps this model to the KPZ equation.

Directed Polymers (d = 1)

The configuration is described by a vector function x(t), where t is the internal coordinate. The polymer lives in D=1+N dimensions.

Examples: vortex lines, DNA strands, fronts.

Although polymers may form loops, we restrict to directed polymers, i.e., configurations without overhangs or backward turns.

Directed Polymers on a lattice

Sketch of the discrete Directed Polymer model. At each time the polymer grows either one step left or one step right. A random energy V(τ,x) is associated to 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 one 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+κ1tθχ,xmin(t/2)κ2tζχ~.

Universal exponents: Both θ and ζ are independent of the lattice, the disorder distribution, the elastic constants, or the boundary conditions.

Non-universal constants: c, κ1, κ2 are of order 1 and depend on the lattice, the disorder distribution, the elastic constants, etc. However c is independent of the boundary conditions.

Universal distributions: χ, χ~ are universal, but depend on the boundary conditions. Starting from 2000, a remarkable connection has been revealed between this model and the smallest eigenvalues of random matrices. In particular, we 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)tln2x22t+O(x4). From which one could guess from dimensional analysis θ=2ζ1. This relation is actually exact also for the continuum model.

Directed polymers in the continuum

We now reanalyze the previous problem in the presence of quenched disorder. Instead of discussing the case of interfaces, we will focus on directed polymers.

Let us consider polymers x(τ) of length t. The energy associated with a given polymer configuration can be written as E[x(τ)]=0tdτ[12(dxdτ)2+V(x(τ),τ)]. The first term describes the elastic energy of the polymer, while the second one is the disordered potential, which we assume to be V(x,τ)=0,V(x,τ)V(x,τ)=Dδ(xx)δ(ττ). where D is the disorder strength.

Polymer partition function and propagator of a quantum particle

Let us consider polymers starting at 0, ending at x and at thermal equilibrium at temperature T. The partition function of the model reads Z(x,t)=x(0)=0x(t)=x𝒟x(τ)exp[1T0tdτ(12(τx)2+V(x(τ),τ))]. Here, the partition function is written as a sum over all possible paths, corresponding to all polymer configurations that start at 0 and end at x, weighted by the appropriate Boltzmann factor.

Let's perform the following change of variables: τ=it. We also identify T with and t~=it as the time. Z(x,t~)=x(0)=0x(t~)=x𝒟x(t)exp[i0t~dt(12(tx)2V(x(t),t))].

Note that S[x]=0t~dt(12(tx)2V(x(t),t)) is the classical action of a particle with kinetic energy 12(tx)2 and time-dependent potential V(x(t),t), evolving from time zero to time t~. From the Feynman path integral formulation, Z(x,t~) is the propagator of the quantum particle.

Feynman–Kac formula

Let's derive the Feynman–Kac formula for Z(x,t) in the general case:

  • First, focus on free paths and introduce the following probability

P[A,x,t]=x(0)=0x(t)=x𝒟x(τ)exp[1T0tdτ12(τx)2]δ(0tdτV(x(τ),τ)A).

  • Second, the moment generating function

Zp(x,t)=dAepAP[A,x,t]=x(0)=0x(t)=x𝒟x(τ)exp[1T0tdτ12(τx)2p0tdτV(x(τ),τ)].

  • Third, consider free paths evolving up to t+dt and reaching x:

Zp(x,t+dt)=ep0t+dtdτV(x(τ),τ)=ep0tdτV(x(τ),τ)epV(x,t)dt=[1pV(x,t)dt+]Zp(xΔx,t)Δx. Here is the average over all free paths, while Δx is the average over the last jump, namely Δx=0 and Δx2=Tdt.

  • At the lowest order we have

Zp(x,t+dt)=Zp(x,t)+dt[T2x2ZppV(x,t)Zp]+O(dt2).

Replacing p=1/T we obtain that the partition function is the solution of the Schrödinger-like equation: tZ(x,t)=H^Z=[T2d2dx2+V(x,t)T]Z(x,t),Z(x,t=0)=δ(x).

Remarks

Remark 1:

This equation is a diffusive equation with multiplicative noise V(x,t)/T. Edwards–Wilkinson is instead a diffusive equation with additive noise.

Remark 2:

This Hamiltonian is time dependent because of the multiplicative noise V(x,t)/T. For a time independent Hamiltonian, we can use the spectrum of the operator. In general we will have two parts:

  • A discrete set of eigenvalues En with eigenstates ψn(x)
  • A continuum part where the states ψE(x) have energy E. We define the density of states ρ(E), such that the number of states with energy in (E,E+dE) is ρ(E)dE.

In this case Z(x,t) can be written as the sum of two contributions: Z(x,t)=(eH^t)0x=nψn(0)ψn*(x)eEnt+0dEρ(E)ψE(0)ψE*(x)eEt.

In absence of disorder, one can find the propagator of the free particle, that, in the original variables, writes: Zfree(x,t)=ex2/(2Tt)2πTt.

Hints: free particle in 1D

For a free particle in one dimension the Hamiltonian is H^=T2x2.

Spectrum. The spectrum is purely continuous. The eigenstates are plane waves ψk(x)=12πeikx,Ek=Tk22, with k. The states are delocalized and satisfy Dirac delta normalization dxψk*(x)ψk(x)=δ(kk).

Energy representation and density of states. For a given energy E>0 there are two degenerate states, ψE±(x)=12πe±i2E/Tx. The density of states is obtained from ρ(E)=dkδ(EEk),Ek=Tk22.

Propagator. Using the spectral decomposition one can write Z(x,t)=0dEρ(E)σ=±ψEσ(0)ψEσ*(x)eEt. Evaluating the resulting Gaussian integral yields Zfree(x,t)=ex2/(2Tt)2πTt.

Useful identity: dxe(ax2+bx)=πaeb2/(4a),a>0.

Cole Hopf Transformation

Replacing

  • T=2ν
  • x=r
  • Z(x,t)=exp(λ2νh(r,t))
  • V(x,t)=λη(r,t)

you get th(r,t)=ν2h(r,t)+λ2(h)2+η(r,t). The KPZ equation!

We can establish a KPZ/Directed polymer dictionary, valid in any dimension. Let us remark that the free energy of the polymer is F=TlnZ(x,t)=1λh(r,t). At low temperature, the free energy approaches the ground state energy Emin.

KPZ / Directed Polymer dictionary
KPZ quantity KPZ scaling Directed polymer quantity Directed polymer scaling
r rt1/z x xtζ
t h(r,t)tα/z t (EminEmin)2t2θ
h h(r,t)rα F,Emin (EminEmin)2t2θ

We conclude that θ=α/z,ζ=1/z. Moreover, the scaling relation θ=2ζ1 is a reincarnation of the Galilean invariance α+z=2.