Computes representation matrices for Lie groups.
git clone https://github.com/gutfeeling/liepy.git
cd liepy
- Create a virtualenv
-
If you want to use python 2
virtualenv venv
-
If you want to use python 3
virtualenv -p python3 venv
- Activate the virtualenv
source venv/bin/activate
- Install the python modules
pip install -r requirements.txt
- Fire up an interpreter and import the important classes
>>> from groups import LieGroup
>>> from representations import Representation