From 9114e72aa77e6ffa78cf52a24e5201d7adec693c Mon Sep 17 00:00:00 2001 From: Joseph Weston <joseph@weston.cloud> Date: Mon, 11 Feb 2019 11:33:48 +0100 Subject: [PATCH] add Qsymm to optional prerequisites in INSTALL.rst --- INSTALL.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.rst b/INSTALL.rst index cc5129da..a944ddbb 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -41,6 +41,7 @@ a NumPy-like Python package optimized for very small arrays, The following software is highly recommended though not strictly required: * `matplotlib <http://matplotlib.org/>`_ 1.5.1 or newer, for the module `kwant.plotter` and the tutorial, * `SymPy <http://sympy.org/>`_ 0.7.6 or newer, for the subpackage `kwant.continuum`. + * `Qsymm <https://pypi.org/project/qsymm/>`_ 1.1.0 or newer, for the subpackage `kwant.qsymm`. * `MUMPS <http://graal.ens-lyon.fr/MUMPS/>`_, a sparse linear algebra library that will in many cases speed up Kwant several times and reduce the memory footprint. (Kwant uses only the sequential, single core version -- GitLab