SkillAgentSearch skills...

Liepy

Computes representation matrices for Lie groups

Install / Use

/learn @gutfeeling/Liepy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LiePy

Computes representation matrices for Lie groups.

How do I get set up?

Clone the repo

git clone https://github.com/gutfeeling/liepy.git
cd liepy

Install dependencies

  1. Create a virtualenv
  • If you want to use python 2

    virtualenv venv
    
  • If you want to use python 3

    virtualenv -p python3 venv
    
  1. Activate the virtualenv
source venv/bin/activate
  1. Install the python modules
pip install -r requirements.txt

You are good to go

  1. Fire up an interpreter and import the important classes
>>> from groups import LieGroup
>>> from representations import Representation
View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks1

Languages

Python

Security Score

60/100

Audited on Jan 20, 2025

No findings