Skip to content
This repository has been archived by the owner on Oct 3, 2018. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 749 Bytes

TODO.md

File metadata and controls

30 lines (24 loc) · 749 Bytes

Code - this is the currently relevant part

  • Refactor code
  • Move some logic into classes
  • Introduce tests
  • Add statistics & calculation of the signs

Numerics

  • Profile
  • Faster update of the Green's function
  • Cythonize the bottlenecks

Availability

  • Package the code to make it easy to install

Physics

  • Calculate observables from the stored configurations
  • Other geometries (e.g. hexagonal, honeycomb, 3D)

Progress of refacturing

  • main.py: mess
  • configuration.py: done
  • dqmc.py: in progress
  • greens.py: done
  • hamiltonian.py: in progress (finishing)
  • helper.py: done (merge with support?)
  • math_functions.py: done
  • support.py: done (merge with helper?)