monte carlo methods for quantum spin models · 2013. 9. 26. · • consistent with classical 3d...

66
Stefan Wessel Institute for Theoretical Solid State Physics JARA-FIT and JARA-HPC RWTH Aachen University Monte Carlo Methods for Quantum Spin Models 1

Upload: others

Post on 01-Oct-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Stefan Wessel Institute for Theoretical Solid State Physics JARA-FIT and JARA-HPC RWTH Aachen University

Monte Carlo Methods for Quantum Spin Models

1

Page 2: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Outline

2

Overview Review: classical Monte Carlo World-line quantum Monte Carlo Local and cluster updates (the loop algorithm) Continuous-time formulation Stochastic series expansion Worms and directed loops The sign problem

Page 3: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

What can modern QMC algorithms do?

3

•  Local updates (before 1994) –  200 spins –  T/J=0.1

•  Cluster algorithms (after 1995) –  2D quantum phase transition: 20’000 spins at T/J=0.005 –  2D square lattice: 1’000’000 spins at T/J=0.2

•  Extended ensemble methods (quantum Wang-Landau, parallel tempering) –  Allow efficient simulations at 1st order (quantum) phase transitions –  Determination of the free energy of a quantum system

•  These algorithms allow –  Accurate simulation of phase transitions in quantum systems –  Quantitative modeling of many quantum magnets and bosonic systems

Page 4: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Example: quantum phase transition

4

•  Bilayer antiferromagnet

J >> J⊥ : long range order"J << J⊥: spin gap, no long range order"

Quantum phase transition at J⊥ / J ≈ 2.522(2)"Spin gap vanishes"

Magnetic order vanishes"Universal properties"

∑∑∑ ⋅+⋅= ⊥= >< i

iip ji

pjpi SSJSSJH 2,1,

2

1 ,,,

Page 5: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Example: critical exponents

•  2D quantum phase transition in a quantum Heisenberg antiferromagnet

•  Simulations of 20 000 spins at low temperatures Troyer, Imada and Ueda (1997)

•  Wang, Beach Sandvik (2006): refined data analysis: 𝜈=0.7106(9) •  More recent simulations with up to 1 million spins (Wessel et al., 2011). •  Consistent with classical 3D Heisenberg model exponents •  Can do quantum simulations with the same accuracy as classical

Model β ν η z QMC results no assumption

0.345 ± 0.025

0.685 ± 0.035

0.015 ± 0.020

1.018 ± 0.02

3D classical Heisenberg

0.3689 ± 0.0003

0.7112 ± 0.0005

0.0375 ± 0.0005

Mean field 1/2 1 0

0.01

0.1

0.01 0.1

MagnetizationSpin stiffnes

β = 0.345 ± 0.021

zν = 0.695 ± 0.032

δ =(J0/J1)-((J0/J1)c

Page 6: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  Want to calculate a thermal average

•  Exponentially large number of configurations ⇒ draw a representative statistical sample by importance sampling

–  Pick M configurations ci with probability

–  Calculate statistical average

–  Within a statistical error

•  Problem: we cannot calculate since we do not know Z

Review: classical Monte Carlo simulations

∑∑ −−=c

=Z with / cc E

c

Ec eZeAA ββ

pci = e−βEci /Z

A ≈ A = 1M

Acii=1

M

MAA A

Var)21( τ+=Δ

pci = e−βEci /Z

Page 7: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  Metropolis algorithm builds a Markov chain

•  Transition probabilities Wx,y for transition x → y need to fulfill –  Ergodicity: any configuration reachable from any other

–  Detailed balance:

•  Simple algorithm due to Metropolis et al (1953):

•  Needs only relative probabilities (energy differences)

Review: Markov chains and Metropolis

c1→ c2 → ...→ ci → ci+1→ ...

∀x,y ∃n : W n( )x,y ≠ 0

Wx,y

Wy,x

=pypx

Wx,y =min[1, py px ]

py px = e−β (Ey −Ex )

Page 8: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Metropolis Algorithm: 60th birthday

•  General formulation of the method •  Application: 2D hard-spheres

Page 9: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Single spin-flip Metropolis algorithm

•  Here is the algorithm: –  Start with a random configuration c –  Repeat the following many times:

•  Randomly pick a spin •  Propose to flip that single spin, leading to a new configurations c' •  Calculate the energy difference ΔE=E[c']-E[c] •  If ΔE<0, the next configuration is c' If ΔE>0, accept c' with a probability exp(-βΔE), otherwise keep c •  Measure all quantities of interest

•  This algorithm is ergodic

•  It fulfills detailed balance

•  Before taking measurements, need to equilibrate (thermalization)

E=3J-J=2J" E’=J-3J=-2J"ΔE=-4J"

Page 10: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  Not as “easy” as classical Monte Carlo

•  Calculating the energy eigenvalue Ec is equivalent to solving the problem

•  Employ a mapping of the quantum partition function to an effective classical statistics problem

•  Different approaches –  World-lines via Trotter-Suzuki formula –  Path integrals (time-dependent perturbation theory in imaginary time) –  Stochastic Series Expansion (high temperature expansion) –  ...

•  Sign problem if some pc < 0 (thus try to avoid this)

•  Then, need efficient updates for the effective classical problem

Quantum Monte Carlo

∑ −− ==c

EH ceeZ ββTr

Z = Tre−βH ≡ pcc∑

Page 11: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Hamiltonian of spin-1/2 models

•  Example: two sites –  Anisotropic exchange interactions Jxy , Jz

–  Magnetic field h

–  Heisenberg model: Jxy = Jz = J

•  Hamiltonian matrix in 2-site basis

( )

( )zzzzz

xy

zzzzz

yyxxxyXXZ

SShSSJSSSSJ

SShSSJSSSSJH

21212121

21212121

)(2

)(

+−++=

+−++=

+−−+

H = Jr S 1

r S 2 − h S1

z + S2z( )

⎟⎟⎟⎟⎟⎟⎟⎟⎟

⎜⎜⎜⎜⎜⎜⎜⎜⎜

+

=

hJ

JJ

JJ

hJ

H

z

zxy

xyz

z

XXZ

4000

042

0

024

0

0004

{ } , , , ↓↓↓↑↑↓↑↑

Page 12: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

The world-line approach •  Representation based on mapping a quantum spin-1/2 system

onto a classical Ising-like model

Page 13: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  Generic mapping of a quantum spin system onto a classical model •  Split Hamiltonian into two easily diagonalizable pieces

•  Obtain a decomposition of the partition function

The Trotter-Suzuki decomposition

=

+

H

H1

H2€

H = H1 + H2

])Tr[( limTr Tr )()( 2121 MHH

M

HHH eeeZ +Δ−

∞→

+−− === τββ

)(])Tr[( 221 τττ Δ+= Δ−Δ− Oee MHH

ieiieiieiieiMii

HHM

HMM

H∑ Δ−Δ−−

Δ−Δ− ⋅⋅⋅=21

2121

,...,122312221

ττττ

)/( Mβτ =Δ

- Insert sets of complete basis states between operators"

 

e - ε H = e

- ε ( H 1 + H 2 ) = e - ε H 1 e

- ε H 2 + O ( ε 2

)

H(1)" H(2)" H(3)" H(4)"

Page 14: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Quantum problem in d dimensions maps onto a classical problem in d+1 !- Expand the states in the Sz eigenbasis"- Effective Ising-model in d+1 dimensions with 2- and 4-sites interaction terms"

- Each of the"

matrix elements "" corresponds to a"

row of shaded " plaquettes and "

contribution to Z " equals the product " over those plaquettes"

" "

Example: Spin-1/2 Heisenberg model

αi

21

2121

,...,122312221 ieiieiieiieiZ

Mii

HHM

HMM

H∑ Δ−Δ−−

Δ−Δ− ⋅⋅⋅= ττττ

jH

j iei 2,11

τΔ−+

Page 15: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  The partition function becomes a sum of products of plaquette weights

•  Conservation of magnetization on each bond •  The only allowed plaquette-configurations are:

•  Ferromagnetic (J<0) –  All weights are positive

•  Antiferromagnetic on a bipartite lattice –  trace requires an even number of spin-flip terms, so that overall sign vanish, and can be ignored

•  Frustrated antiferromagnet: –  we have a sign problem (see later)

The weights for the Heisenberg model

)( )(

∑ ∏∑ ==C pplaquettes

pC

CwCWZ

)2/cosh(4/ Je J ττ ΔΔ )2/sinh(4/ Je J ττ Δ−Δ

Page 16: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

World-lines

•  Each valid configuration is represented by continuous world-lines

•  Sampling over all (important) world-line configurations –  According to the above weight –  Try to generate a new configurations from a given one

)( )(

∏=pplaquettes

pCwCW

Page 17: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Local updates

•  Move the world-lines locally using Metropolis Acceptance probabilities given by the resulting plaquette weights

•  Example moves: –  Insert or remove two “kinks”

–  Shift a single “kink”

Page 18: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Beyond local updates

•  Problems with local updates: –  Restricted to canonical ensemble

–  No change of magnetization (particle number), winding number

–  Critical slowing down near phase transitions

•  Solution for classical Monte Carlo: cluster algorithms –  R. H. Swendsen and J. S. Wang PRL (1987) –  U. Wolff, PRL (1989)

•  Try the same for the quantum case –  Loop algorithm by H.G. Evertz, G. Lana and M. Marcu, PRL (1993) –  Worm algorithm, operator loops, directed loops, ...

Page 19: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  Ask for each spin: “do we want to flip it against a neighbor?” –  antiparallel: yes –  parallel: costs energy

•  Accept with             •  Otherwise: also flip neighbor! •  Repeat for all flipped spins => cluster updates

•  No more severe critical slowing down!

Cluster-updates in classical Monte Carlo

P = exp(−2βJ)

P =1− exp(−2βJ)

Page 20: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Ci → (Ci,G) → G → (Ci+1,G) → Ci+1

1. Pick a graph G

2. Discard configuration

3. Pick any allowed new configuration

4. Discard graph

P[G]=V (G)W (C)

Perform updates"

Extend the phase space (Kandel-Domany framework) –  From configurations C to configurations + graphs (C,G)

Cluster algorithms: Formal description

Z = W (C) = W (C,G)G∑

C∑

C∑ with W (C) = W (C,G)

G∑

Detailed balance is then assured"

Ising model:"C: spins"G: clusters"

Choose graph weights independent of configuration

W (C,G) = Δ(C,G)V (G) where Δ(C,G) =1 graph G allowed for C0 otherwise⎧ ⎨ ⎩

Page 21: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

JJ

JJ

eeeeP β

β

ββ21=) ( −

+

−+

−=−

Cluster algorithms: The Ising model

•  We need to find Δ(C,G) and V(G) that fulfill –  Do this on the local (bond) level

•  This means for: –  Parallel spins: pick connected graph o-o with o-o

–  Antiparallel spins: always pick open graph o o

•  And for: –  Configuration must be allowed ⇒ connected spins must be parallel ⇒ connected spins flipped as one cluster

Δ(C,G) o-o" o o" W(C)"

↑↑, ↓↓" 1" 1" e+βJ"

↑↓, ↓↑" 0" 1" e–βJ"V(G)" e+βJ -e–βJ e–βJ

W (C) = W (C,G)G∑ = Δ(C,G)V(G)

G∑

11 ),( ++ →→ ii CGCG

),( GGCC ii →→

Page 22: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  Classical Swendsen-Wang cluster algorithm for the Ising model –  two choices on each bond: connected or disconnected

–  all connected spins are flipped together

•  Loop algorithm is a generalization to quantum systems –  world lines must not be broken –  always 2 or 4 spins on a plaquette must be flipped together

–  four different connection types (local graphs)

The loop algorithm

Page 23: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Local graphs - Heisenberg limit

•  Here, we give the expression in the small Δτ/J limit, relevant for later discussion •  Connected spins form a cluster and have to be flipped together

Δ(C,G) W(C)"

1" 1" 1+ (J/4) Δτ

1" 0" 1-(J/4) Δτ

0" 1" (J/2) Δτ

V(G)" 1-(J/4) Δτ (J/2) Δτ

W (C) = W (C,G)G∑ = Δ(C,G)V(G)

G∑∑ ⋅=

jiji SSJH

,Heisenberg

Page 24: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Global loop update

Example of a single loop flip

1 2 3 4 1

1. Choose breakups on each plaquette"

3. Flip spins along this loop "

2. Pick a loop"

Space!

Time!

Page 25: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Easy plane antiferromagnet

•  Connected spins form a cluster and have to be flipped together

Δ(C,G) W(C)"

1" 1" 0" 1+ (Jz/4) Δτ

1" 0" 0" 1-(Jz/4) Δτ

0" 1" 1" (Jxy/2) Δτ

V(G)" 1-(Jz/4)Δτ (Jz/2) Δτ (Jxy- Jz)/2 Δτ

W (C) = W (C,G)G∑ = Δ(C,G)V(G)

G∑

HXXZ =Jxz2

(Si+S j

− + Si−S j

+)i, j∑ + Jz Si

zS jz

i, j∑

with 0 ≤ Jz ≤ Jxy

Page 26: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Ising-like ferromagnet

•  Now 4-spin freezing graph is needed for –  Connects (freezes) loops

Δ(C,G) W(C)"

1" 0" 0" 1- (Jz/4) Δτ

1" 1" 1" 1+ (Jz/4) Δτ

0" 1" 0" (Jxy/2) Δτ

V(G)" 1-(Jz/4)Δτ (Jxy/2) Δτ (Jz-Jxy)/2 Δτ

W (C) = W (C,G)G∑ = Δ(C,G)V(G)

G∑

HXXZ = −Jxz2

(Si+S j

− + Si−S j

+)i, j∑ − Jz Si

zS jz

i, j∑

with 0 ≤ Jxy ≤ Jz

zxy JJ ≠

Page 27: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

The Ising limit

•  Two spins are frozen, if there is any freezing graph along the world line We recover the Swendsen Wang algorithm: probability for no freezing

Δ(C,G) W(C)"

1" 0" 1- (J/4) Δτ

1" 1" 1+ (J/4) Δτ

0" 0" 0

V(G)" 1-(J/4) Δτ (J/2) Δτ

W (C) = W (C,G)G∑ = Δ(C,G)V(G)

G∑

Pno freezing = limM→∞

(1− (β /M)J /2)M = exp(−βJ /2) = exp(−2βJclassical)

HIsing = −J SizS j

z

i, j∑ = −

J4

σ iσ ji, j∑

Page 28: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  Systematic error due to finite value of Δτ (“Trotter error”) –  Need to perform an extrapolation to Δτ → 0 from simulations with different values of Δτ (or Trotter number M)

•  The limit Δτ → 0 can be taken in the construction of the algorithm! (Prokof'ev , Svistunov, Tupitsyn, 1996; Beard, Wiese, 1996)

–  Number of changes stays finite as

•  Different computational approach: –  Discrete time: store configuration at all time steps –  Continuous time: store times at which configuration changes (kinks)

The continuous time limit

22JJMNcβτ

→Δ

=

0 →Δτ

)/( Mβτ =Δ

Page 29: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Local updates in continuous time

•  Shift a kink

•  Insert or remove two kinks (kink-antikink pair creation process)

–  Vanishing acceptance rate: –  Solution: Integrate over all possible insertion within a finite time window

1=P 0)2/ ( 2 →Δ= JP τ0])2/ (,1min[ 2 →Δ=→ JP τ

0 8

)2/(22

122

0 1

≠Λ

→= ∫ ∫Λ Λ

JddJP τττ

Page 30: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  How do we deal with the vanishing Δτ terms in continuous time?

•  First example: the exchange process

–  Possible graph connections:

–  Graph weights:

–  Probability to pick graph: (divide weight by sum)

•  The infinitesimal Δτ terms cancel out –  Randomly pick one of the graphs (with appropriate probabilities) for each

exchange process (kink)

Cluster updates in the continuum limit

τΔ−

2zxy JJτΔ

2zJ

Jxy − JzJxy

JzJxy

Page 31: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  How do we deal with the vanishing Δτ terms in continuous time?

•  Second example: the “decay” process

–  Possible graph connections:

–  Graph weights:

–  Probability to pick graph: (divide weight by sum)

•  The infinitesimal Δτ terms remain –  How can we deal with them? –  Infinitesimal acceptance rate at infinitely many time steps?

Cluster updates in the continuum limit

τΔ−4

1 zJ τΔ2zJ

τΔ−2

1 zJ τΔ2zJ

Page 32: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  How do we deal with the vanishing Δτ terms in continuous time?

•  Probabilities:

•  Solution: reinterpret the graph as a “decay process” with a decay constant Jz/2 –  Graph is except at certain “decay times” determined like in

the radioactive decay by an exponential distribution using

τΔ−2

1 zJ

τΔ2zJ

Cluster updates in the continuum limit

)1ln(2 rJ z

−−=τ with"]1,0[∈r

Page 33: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

3. Build and flip one or more loops"

Loop updates in continuum time

2. Insert “decay” graphs"1. Define “breakups” (graphs) for exchange processes"

Page 34: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Path integral representation •  Based on the perturbation expansion of the path integral

•  Equivalent to continuous time representation •  Discrete local objects (kinks, changes in word-line configuration) •  Local updates of kinks using Metropolis •  Improved update scheme using worm update (Prokofev et al., 1997)

Page 35: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Path integral representation

Perturbation expansion:

Each term represented by a world line configuration

...)))()()(1(Tr(

)(),Tr()Tr(

)(,,

10 0

2120

)(

,,00

2

0

0000

++−=

=∫==

+=−=+=

∫ ∫∫

∑∑ ∑

−−−−

><><

ττττττ

τβ τβ

β

ττττβββ

VVddVdeZ

VeeVeeeZ

SSSSJVhSSSJHVHH

H

HHVdHH

yj

yi

ji

xj

xi

xyij

ji i

zi

zj

zi

zij

T

τ τ2

τ1

Page 36: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  Based on a high temperature series expansion of the partition function

•  Original formulation based on local updates using Metropolis •  Cluster updates using the operator loop update (Sandvik 1999) •  Improved updates using directed loops (Syljuåsen and Sandvik 2002; Alet, Wessel, Troyer 2005)

Stochastic series expansion (SSE)

Page 37: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Hamiltonian decomposition

•  Break up the Hamiltonian into offdiagonal and diagonal bond terms

•  Example: Heisenberg antiferromagnet with

∑ +=ji

dji

oji HHH

,),(),(

( )

∑∑

∑∑∑

∑∑∑

+=

+−++=

−++=

+−−+

+−−+

ji

dji

ji

oji

ji

zj

zi

ji

zj

ziz

jijiji

xy

i

z

ji

zj

ziz

jijiji

xyXXZ

HH

SSzhSSJSSSS

J

ShSSJSSSSJ

H

,),(

,),(

,,,

1,,

)(2

)(2

( )zjzi

zj

ziz

dji

jijixyo

ji

SSzhSSJH

SSSSJ

H

+−=

+= +−−+

),(

),( )(2

convert site terms into bond terms"

split into diagonal and"offdiagonal bond terms"

Page 38: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  Expansion in inverse temperature

•  Using the bond Hamiltonians

( )αα

β

β

α

β

∏∑ ∑∑

=

=

=

−=

−==

n

ib

bbn

n

n

n

nH

i

n

Hn

Hn

eZ

1,...,0

0

)( !

)Tr(!

)Tr(

1

High temperature series expansion

{ }ji

oji

djib HHH

i,

),(),( ,∈

Page 39: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Ensuring positive weights

•  SSE expansion:

•  Negative matrix elements are the bond weights

–  Need to make all matrix elements non-positive

–  Diagonal matrix elements: subtract an energy shift •  Does not change the physics

( )

( )( )( )n

n bb

n

n

ib

bb

n

bbW

Hn

Z

n

i

n

,...,,

)(!

10 ,...,

0 1,...,

1

1

α

ααβ

α

α

∑∑ ∑

∑ ∏∑ ∑∞

=

= =

=

−=

H(i, j )d = JzSi

zS jz −

hzSiz + S j

z( )−C

C ≥Jz4

+ h

Page 40: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Positivity of off-diagonal bond weights

•  Energy shift will not help with off-diagonal matrix elements

•  Ferromagnet (Jxy < 0) –  no problem on any lattice(!)

•  Antiferromagnet on a bipartite lattice –  no problem as well: need an EVEN number of exchange terms to recover

starting state: sign of allowed configurations is positive!

•  Frustrated antiferromagnet: –  we have a sign problem, similar to the world-line approach!

)(2),(

+−−+ += jijixyo

ji SSSSJ

H

Page 41: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Fixed length operator strings

•  SSE sampling requires variable length n operator strings

•  Extend operator string to fixed length Λ by adding extra unit operators: n: number of non-unit operators

•  Ensure Λ large enough during thermalization –  Such that e.g.

Z =(Λ − n)!β n

Λ!α

b1 ,...,bΛ( )∑

α

∑ (−Hbi)

i=1

Λ

∏ αn= 0

Λ

∑€

Hid = −1€

Z =β n

n!n= 0

∑ αb1 ,...,bn( )∑

α

∑ (−Hbi)

i=1

n

∏ α

Hbi∈ Hid{ }∪ H( i, j )

d ,H( i, j )o{ }

i, jU

Hbi∈ H(i, j )

d ,H(i, j )o{ }

i, jU

Λ<34

maxn Vnn β∝>max

Page 42: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

The SSE configuration space

•  Each SSE configuration is given by a initial state and a fixed length operator string

•  Example for a four site problem:

•  Now we need efficient update schemes

ααβ

α∏∑∑Λ

=

−Λ

−Λ=

Λ 1

)(!)!(

ib

S

n

iHnZ

),, 1 ,,(

45

)2,1()4,3()4,3()2,1(dood HHHHS

n

=

=

=

Λ

α

Hd(1,2)

index 5 4 3 2 1

configuration operator

Ho (3,4) 1

Ho (3,4)

1 2 3 4

Hd(1,2) ( )0α

( )1α

( ) ( )50 αα =

( )4α

( )2α

( )3α

Page 43: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Measurements in SSE

•  Some observables are very simple: –  Energy:

–  Specific Heat:

–  Uniform Susceptibility:

•  Some look a bit more involved: –  Equal time diagonal correlations:

–  Imaginary time depended diagonal correlations:

nHEβ1

−==

nnnCV −−=22

)()(][ where,][][1

10

1221 pDppdpdpdn

DD ii

n

pαα=

+= ∑

=

][][1

1)( ,)(1)0()( 20

1120

1221 pdppdn

pCpCpn

DDn

p

n

p

pnp

Δ++

=ΔΔ⎟⎟⎠

⎞⎜⎜⎝

⎛−⎟⎟

⎞⎜⎜⎝

⎛⎟⎟⎠

⎞⎜⎜⎝

Δ= ∑∑

==Δ

Δ−Δ

βτ

βτ

τ

2ααβχ ∑=

i

ziS

Hd(1,2)

index 5 4 3 2 1

configuration operator

Ho (3,4) 1

Ho (3,4)

1 2 3 4

Hd(1,2) ( )0α

( )1α

( ) ( )50 αα =

( )4α

( )2α

( )3α

Page 44: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  World lines in SSE •  Disadvantage

–  Perturbation also in diagonal terms

•  Advantage –  Integer index instead of time

Comparing path integrals and SSE

•  World lines in path integrals •  Advantage

–  Diagonal terms treated exactly

•  Disadvantage –  Continuous imaginary time

space direction

imag

inar

y tim

e

0

β

space direction

inte

ger i

ndex

1

Λ

Page 45: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  Recall the weight of a configuration:

•  Walk through operator string –  Propose to insert diagonal operators instead of unit operators

–  Propose to remove diagonal operators

•  Changes the expansion order •  Does not touch the off-diagonal operators nor the state vector

Hd(1,2)

Diagonal updates

index 5 4 3 2 1

configuration operator

Ho (3,4) 1

Ho (3,4)

P[1→H(i, j )d ]=min 1,

βNbonds α H(i, j )d α

Λ− n

⎝ ⎜

⎠ ⎟

P[H(i, j )d →1]=min 1, Λ− n +1

βNbonds α H(i, j )d α

⎝ ⎜ ⎜

⎠ ⎟ ⎟

1 2 3 4 Hd

(1,2) 1

1

ααβ

α∏∑∑Λ

=

−Λ

−Λ=

Λ 1

)(!)!(

ib

S

n

iHnZ

Page 46: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Offdiagonal updates

•  Local changes using Metropolis

•  Problems

–  Critical slowing down –  No change of magnetization, particle number, winding number

•  Solutions:

–  Loop algorithm –  Operator loop algorithm –  Directed loop algorithm

Page 47: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

The SSE vertex list •  Consider only the non-unity operators •  Each defines a vertex with 4 legs •  All together form a quadruplely-linked list (vertex-list) –  Contains the full configuration information –  Conveniently represented as a vector data-structure

•  Updates performed using this data structure

Page 48: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Loop update in SSE •  Select breakups for each vertex similar to loop algorithm •  Example: XXZ easy-plane antiferromagnet:

•  Connected spins form a cluster and have to be flipped together •  For the Heisenberg model, the loop construction becomes deterministic ( )!

Δ(C,G) W(C)"

1" 0" Jz/2"

0" 0" 0

1" 1" Jxy/2

W(G)" Jz/2 (Jxy- Jz)/2

W (C) = W (C,G)G∑ = Δ(C,G)V(G)

G∑

)(0 )(2 ,,

xyzji

zj

ziz

jijiji

xzXXZ JJSSJSSSSJH ≤≤++= ∑∑ +−−+

Page 49: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

3. Build and flip one or more loops"

Loop updates in SSE 1. Insert/remove diagonal operators"2. Decide “breakups” at each vertex" Similarity to path integrals:

an exact mapping exists

Page 50: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Loop algorithm in a magnetic field

•  Loop algorithm requires spin inversion symmetry –  Magnetic field implemented by a-posteriori acceptance (flip) rate

•  Example: spin dimer at J = h =1

Triplet"E = J/4 - h = -3/4"

"E = -J/4 = -1/4"

ProbabilityP = exp(-β/2)"

Singlet"E = -3J/4 = -3/4"

loop

Loop algorithm must go through high energy intermediate state"Exponential slowdown"

Page 51: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  Prokof’ev et al. 1997 (path integrals), Sandvik 1999 (SSE) •  Insert pair of spin rising/lowering operators (world line discontinuities)

–  move these operators (worm head/tail) using local moves –  when head and tail meet ⇒ have created a loop, update is finished

•  Worm algorithm performs a guided random walk –  Change of configuration done in small steps

Worm and operator loop updates

Insert worm

move worm head

jump

bounce

turn

continue until head and tail meet

detailed balance at each local move

Page 52: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  Instead of following a pre-chosen path given by graphs we pick randomly –  E.g. using heat bath method

Operator loop update in SSE

0

Jz4

+ C

Jxy2

CzhJ z ++−

4

weight

0

zhJCCJ

xy

z

/224

++

+

zhJCJ

xy

xy

/222++

zhJCChJ

xy

z

/224

++

++−

probability

“straight”

“jump”

“turn”

“bounce”

Page 53: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

2. insert “worm”"

Operator loop algorithm in a magnetic field

•  Example: spin dimer at J = h =1

Triplet"E = J/4 - h = -3/4

Singlet"E = -3J/4 = -3/4

Hdimer = Jr S 1

r S 2−h − h S1

z + S2z( )1. perform diagonal updates "

3. move “worm”"4. annihilate “worm”"

No high energy intermediate state"Efficient update in presence of a magnetic field"

Page 54: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Directed loop scheme - idea

•  Bounces are bad –  since they undo the last change

•  If bounce path can be eliminated ⇒ loop algorithm possible –  Loop algorithm as a limit for some models –  Even becomes deterministic for isotropic models

•  Bounce path can be minimized –  In models where there is no loop algorithm

•  Directed loops scheme •  O.F. Syljuåsen and A.W. Sandvik, PRE (2002) •  O.F. Syljuåsen , PRE (2003)

–  Give worm “head” and “tail” an operator matrix element

•  Minimizes bounces further •  F. Alet, S. Wessel and M. Troyer, PRE (2005)

Page 55: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Directed loop scheme - setup •  Consider exit leg e, given an incoming leg i at a vertex in configuration c:

–  Assign this path a weight –  The sum over all paths must equal the vertex weight:

–  Choose exit leg e with probability leading to configuration ce

•  Consider the reversed path , leading back to c

–  If is always fulfilled, then we obtain

Local detailed balance

),|( eceiw

∑ =e

cwciew )(),|(

)(),|(),|(

cwciewcieP =

CzhJcw z ++−=

2)(

),1|1( cw ),1|2( cw ),1|3( cw ),1|4( cw

),|( ciew

),|(),|( eceiwciew =

)(),|()(),|( ee cwceiPcwcieP =

Page 56: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Directed loop scheme - solutions

•  Heat-bath solution is always possible: –  However, contains large bounces

•  Optimize the path weight factors –  eliminate or minimize all bounces –  i.e. all should be zero or small

•  Can be done analytically in many cases •  Numerically using linear programming •  Obtain large bounce-free regions

•  Even outside the bounce-free region: reduction of autocorrelation times

),|( ciiw

Spin-1/2 XXZ"

Jz/Jxy

h/(zJxy)

1

1/2

)()()()()()(),|(

4321 cwcwcwcwcwcwciew e

+++=

2D Heisenberg

Page 57: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Summary: the loop algorithm

•  A generalization of cluster algorithm idea to quantum systems –  Essentially solves problem of critical slowing down

•  Generalizations from spin-1/2 case presented –  Higher spin models –  SU(N) models –  Biquadratic interactions –  Long ranged interactions –  Boson and fermion models (1D)

•  Implementation choices –  Discrete or continuous time –  Single / multi loop implementations –  SSE or path integrals

Page 58: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

Summary: worm and directed loops

•  Relax loop-building rules –  A partial loop (“worm”) performs a random walk on the space-time lattice –  Detailed balance fulfilled at each step –  Once “head” and “tail” meet a loop is finished

•  Relationship to loop algorithms –  Can recover loop algorithm if pre-defined path choices (“breakups”)

possible –  Loop algorithm performs a self-avoiding random walk

•  Implementation choices –  Worm algorithm in path integrals –  Directed loop algorithm in SSE

Page 59: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

BUT: Frustrated quantum Magnets

•  We obtain non-positive weights e.g. for the antiferromagnetic Heisenberg model on non-bipartite lattices:

•  Can return to starting configuration with an odd number of spin exchange terms:

59

Page 60: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

The sign problem

60

Page 61: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  In mapping of quantum to classical system

•  “Sign problem” if some of the pi < 0 –  Cannot interpret pi as probabilities –  Appears in simulation of fermions and frustrated magnets

•  “Way out”: Perform simulations using |pi | and measure the sign:

–  Sampling according to

The negative sign problem

[ ][ ] ∑

∑=

−=

i

i

)exp(Tr)exp(Tr

i

ii

p

pA

HHAA

ββ

p

p

iii

iiii

i

ii

Sign

SignA

ppp

pppA

p

pAA

sgn

sgn

ii

ii

i

i ≡==∑∑∑∑

∑∑

∑=i

ip pZ ||

Page 62: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

•  The average sign becomes very small:

–  Both in system size and inverse temperature –  This is the origin of the sign problem!

•  The error of the sign:

–  Need of the order measurements for sufficient accuracy –  Similar problem occurs for the observables –  Exponential growth! Impossible to treat large systems or low temperatures

)2exp( fVN Δ= β

The negative sign problem

fV

pi

ii

pp

eZZpp

ZSign Δ−=== ∑ βsgn1

Ne

SignNSignN

SignSign

SignSign fV

p

p

p

pp

p

Δ

=≈−

=Δ β122

Page 63: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

How bad is the sign problem?

•  The sign problem is basis-dependent –  Diagonalize the Hamiltonian matrix

–  All weights are positive –  But this is an exponentially hard problem since dim(H)=2N ! –  Good news: the sign problem is basis-dependent!

•  But: the sign problem is still not solved –  Despite decades of attempts

•  Reminiscent of the NP-hard problems like traveling salesman etc. –  No proof that they are exponentially hard –  No polynomial solution either

A = Tr Aexp(−βH)[ ] Tr exp(−βH)[ ]= i Ai i exp(−βεi)i∑ exp(−βεi)

i∑

H i = εi i

Page 64: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

The sign problem is NP-hard

•  See: M. Troyer and U. Wiese, Phys. Rev. Lett. (2005)

•  Could use solution to the sign problem to obtain polynomial algorithm for all NP-complete problems (e.g. traveling salesman)

•  This is bad news!

•  Or not - if you solve it, you will get both –  The Nobel price (??) –  Plus additional 1.000.000 $$ from the Clay Foundation

http://www.claymath.org

?

Page 65: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

How to deal with the sign problem ? •  The sign problem is NP-hard (worst-case complexity)

–  A general solution is almost certainly impossible

•  What can we do? –  Simulate models without a sign problem

•  Non-frustrated quantum magnets •  Bosonic models (atomic BEC condensates) •  Hubbard model in 1D

–  Brute force-approach •  Live with the exponential scaling of the sign problem and stay on small lattices

–  Other exact algorithms •  DMRG, exact diagonalization, or series expansion might be better

–  Special solutions for certain models still possible by a clever choice of the computational basis

Page 66: Monte Carlo Methods for Quantum Spin Models · 2013. 9. 26. · • Consistent with classical 3D Heisenberg model exponents • Can do quantum simulations with the same accuracy as

The End

•  Thank You for your attention! Software project"

alps.comp-phys.org"

Applications and"Libraries for"Physics"Simulations"