Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 539 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 539 Bytes

Pathintegral-QMC.jl

Path integral Monte Carlo for solving Transverse Ising Model et. al.

The initial commit is a transription of Stephan Humeniuk's excellent Fortran code. It applies SSE on transverse field Ising model (TFI) to calculate ground state energy and magnetic properties.

We start from simplest path integral Monte Carlo, but the framework is designed for extensibility.

How to use

(under development, think before using it)

julia main.jl

Julia version should be 1.0.

Authors

  • Stephan Humeniuk
  • JinGuo Liu