Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
README [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Nov 24, 2020
1 parent 9ce5398 commit e07d966
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ This program implements the Gutzwiller variational wave function for the [Bose-H

## How to use it?
This is a python code, which requires the [numpy](http://www.numpy.org/), [scipy](https://www.scipy.org/scipylib/download.html) and
[cython](http://cython.org/) libraries (plus the
[future](https://pypi.python.org/pypi/future) library, if you are on python 2).
[cython](http://cython.org/) libraries. You may also need the [future](https://pypi.python.org/pypi/future) library (if you are on Python 2) and [matplotlib](https://matplotlib.org/) or [gnuplot](http://www.gnuplot.info/) (for some of the examples).

Before being imported in a python script, the module
`lib_inhomogeneous_gutzwiller.pyx` has to be compiled through the command
Expand Down

0 comments on commit e07d966

Please sign in to comment.