The latest stable version of pyCTQW.MPI is available to download from GitHub; older releases are also available for download and can be found here.
Alternatively, if pip is installed, pyCTQW can be installed using pip:
$ pip install pyCTQW
Please see the installation page for more information on installing pyCTQW.
If you would like to try out the development version, ths can be downloaded as an archive (pyctqw-master.tar.gz) or alternatively, checked out via Git:
$ git clone https://github.com/josh146/pyctqw.git
or Subversion:
$ svn co https://github.com/josh146/pyctqw
or installed using pip:
$ pip install --allow-unverified pyCTQW pyCTQW==dev
Caution
The development version may be unstable, and can possibly break various functionality from time to time.