Topological recursion
Project description
# Topological Recursion
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
Delecroix
Eynard
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for topological-recursion-0.0a1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f387541646b40255a92939f81d0e6e69fa69aa866e4e09bbbbc754d0427889e0 |
|
MD5 | fe50ca91458b4edfa12c6560bcc7be8e |
|
BLAKE2b-256 | 92557bdf876df4bf46e07a89b0f5849a47921df69f04b75ade521d6ce85f09fb |