Skip to main content

Topological recursion

Project description

topological-recursion is a Python module to compute with topological recursion.

Installation

Prerequisites

Make sure that Python 3 is installed in version 3.8 or later.

Pip installation

To install the module on your system, simply run:

$ pip install topological-recursion

The above command will download the code from [PyPI](https://pypi.org/project/topological-recursion/) and then install on your system.

Editable installation of the development version

Alternatively, if you want to install the development version, you need versioning software git installed. You first need to clone the project:

$ git clone https://gitlab.com/toprec/toprec.git

and then run the installation procedure with:

$ pip install -e toprec/

(the -e option makes an editable installation that avoids to uninstall/install every time you change the files in the library)

### Checking installation

To check whether the installation worked, change repository and try to load the module with:

$ python
>>> import topological_recursion

Authors and acknowledgment

    1. Delecroix

    1. Eynard

    1. Mitsios

Aknowledgements

  • ERC ReNewQuantum

License

topological-recursion is distributed under the terms of the GNU General Public License (GPL) published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See http://www.gnu.org/licenses/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

topological-recursion-0.0a2.tar.gz (31.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page