Installation

The recommendend installation method for WESTpy is via Python install. The software is tested for Python version 3.x and has the following dependencies:

  • numpy

  • scipy

  • matplotlib

  • pyyaml

  • datetime

  • requests

  • mendeleev

  • setuptools

  • urllib3

  • sphinx

  • sphinx_rtd_theme

  • py3Dmol

  • pyscf

  • ipython

  • pandas

  • six

  • ase

  • qiskit_nature

  • h5py

To install WESTpy and its dependencies, execute:

$ git clone https://github.com/west-code-development/westpy.git
$ cd westpy
$ pip install --user .

or simply execute:

$ git clone https://github.com/west-code-development/westpy.git
$ cd westpy
$ make