From e07d96666d87952764a1b17080072b2764aa37ef Mon Sep 17 00:00:00 2001 From: Tommaso Comparin <3862206+tcompa@users.noreply.github.com> Date: Tue, 24 Nov 2020 16:00:06 +0100 Subject: [PATCH] README [skip CI] --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 33de718..1f7dbdc 100644 --- a/README.md +++ b/README.md @@ -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