Skip to content

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 635 Bytes

README.md

File metadata and controls

executable file
·
20 lines (14 loc) · 635 Bytes

HexSimulation

A Python implementation of an algorithm to obtain a phase dia- gram of two-dimensional interacting lattice bosons based on cluster meanfield theory in physics. The algorithm is developed by Dr. Pu GONG, a Postdoc at Department of Physics, The University of Hong Kong and implemented by Rutian MA, an Undergraduate Computer Science student in the University of Hong Kong.

Usage

  • set parameters in params.json
  • run python main.py
  • exploit results in the folder with time-stamp

Dependencies

  • Numpy / Scipy
  • Python 3.6