Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 853 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 853 Bytes

hfsolver

hfsolver: a numerical solver for the Hartree-Fock equation of state of a homogeneous Bose gas

Installation

The recommended way is to install the package from GitHub using pip

pip install --user git+https://github.com/carmelom/hfsolver.git

or to manually clone the repo.


Examples

hfsolver_example

A notebook containing some examples, like

  • basic usage of the solver function
  • solution in a harmonic potential
  • conversion plots for the physical parameters ($\mu_0$, $T$) vs the reduced ones

For a detailed explanation of the parameters and the (fairly simple) algorithm, inspect the code (xD)! Or refer to the docs section (under construction).