Littlewood-Richardson Calculator bindings
Project description
This package provides Python bindings for the Littlewood-Richardson Calculator library.
Example
>>> import lrcalc
>>> lrcalc.mult([2,1], [2])
{(2, 2, 1): 1, (4, 1): 1, (3, 1, 1): 1, (3, 2): 1}
>>> lrcalc.skew([3,2,1], [2,1])
{(2, 1): 2, (1, 1, 1): 1, (3,): 1}
Installation
You need the LR Calculator library version 2 to be already installed on your system, follow the instructions here. Once this is done, the Python bindings can be installed using pip:
$ pip install lrcalc
Source
You can find the latest version of the source code on bitbucket: https://bitbucket.org/asbuch/lrcalc.
License
This package is distributed under the terms of the GNU General Public License (GPL) published by the Free Software Foundation; either version 3 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
File details
Details for the file lrcalc-2.1.tar.gz
.
File metadata
- Download URL: lrcalc-2.1.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3a0509aeda487b412b391a52e817ca36b5c063a8305e09fd54d53259dd6aaa9 |
|
MD5 | 4ae444d12ed8e0dd770594ea3ef4a208 |
|
BLAKE2b-256 | a965612c8c5b91dd5c1c576009c0501fc49be4e65383d04bde6d44edb1522abd |