Skip to content
/ qising Public

Matrix Product States and Exact diagonalization on the Transverse Field Ising Model

License

Notifications You must be signed in to change notification settings

fumin/qising

Repository files navigation

Quantum Ising Model

The transverse field Ising model is defined with the hamiltonian1:

H = i , j σ i z σ j z h i σ i x

where σ z and σ x are the Pauli Z and X matrics respectively, and h is the transverse magnetic field strength. This model is realized in physical experiments related to quantum computing23. The state that is observed in these physical experiments is the ground state of H , defined as the eigenvector of H 's smallest eigenvalue | ψ g r o u n d = b 2 N c b | ψ b , where | ψ b are basis states | ↑↑↑ , | ↓↓↓ , | ↑↑↓ and so on. Note that for a composite system of N spins, there are in total 2 N basis states.

Magnetization is defined as the average Z spin

M = b 2 N p b i N σ b i z N

where p b = c b c b is the probability at basis state | ψ b .

With magnetization as the order parameter, we get the following graph showing the existence of a phase transition at critical field strength h c = 1 in the one dimensional case:

This differs from the classical situation where the 1-D Ising model lacks a phase transition. In the quantum model, the fluctuations required by the phase transition is provided by the transverse field σ x which contains off-diagonal matrix elements. In the two dimensional case, we get h c 2.5 which is close to the theoretical infinite lattice size case of h c = 3 (Table 3.1 Suzuki4, Fig. 4 Hesselmann5).

This phase transition can also be seen in the band diagram of the ground and excitation states. We see that as the transverse field approaches h c , the ground and 1st excitation energies diverge from being in a shared degenerate state, to two separate states.

Non-symmetric probability distribution in simulation

The basis state probability p b used in our simulations is a non-symmetric one, as opposed to the one belonging to the original hamiltonian p b H . p b is defined as

p b = { p b H + p b H , b # u p > b # d o w n   p b H , b # u p = b # d o w n   0 , b # u p < b # d o w n  

where p b H is the probability of the basis state with all the spins in | ψ b flipped, b # u p and b # d o w n are the number of spin ups and downs in basis state | ψ b .

In real world experiments, such a non-symmetric distribution is a more realistic description, as it is unlikely to see all N spins flipped down if the initial state is prepared with all up spins, especially when N is very large. However, due to the finite lattice size of simulations, the characteristic time where the system flips from +M to -M state is much smaller than the observation time as seen in the below graph from Fig 3.10, Section 3.4, Binder et al.6:

Such a non-symmetric distribution in effect measures the average absolute value of magnetization | M | as opposed to the raw average magenetization M , which in the case of h 0 is always 0 for a symmetric hamiltonian like ours. In the classical 2-D Ising model where T c = 2.269 , we see from the below graphsthat the non-symmetric distribution gives better results (upper graph non-symmetric, lower graph symmetric, from Fig. 14, Fig 15, J. Kotze7):

References

Footnotes

  1. Quantum Ising Phase Transition, Carsten Bauer, Katharine Hyatt, link

  2. Quantum Phases of Matter on a 256-Atom Programmable Quantum Simulator, Sepehr Ebadi et al., arXiv:2012.12281

  3. Observation of a Many-Body Dynamical Phase Transition with a 53-Qubit Quantum Simulator, J. Zhang, arXiv:1708.01044

  4. Quantum Ising Phases and Transitions in Transverse Ising Models, 2nd Edition, Sei Suzuki, Jun-ichi Inoue, Bikas K. Chakrabarti

  5. Thermal Ising transitions in the vicinity of two-dimensional quantum critical point, S. Hesselmann, S. Wesse, arXiv:1602.02096

  6. Monte Carlo Simulation in Statistical Physics 6th Ed., Binder, K. & Heermann, D. W.

  7. Introduction to Monte Carlo methods for an Ising Model of a Ferromagnet, Jacques Kotze. arXiv:0803.0217

About

Matrix Product States and Exact diagonalization on the Transverse Field Ising Model

Resources

License

Stars

Watchers

Forks