Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pvangoor/pylie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylie: Lie groups in Python

This package implements common Lie groups in python. The idea is to have Lie groups interact as you would expect: multiplication operators are defined for group products as well as default group actions on vectors. There are also some analysis and plotting tools.

Tests

To run the tests, use the following commands in the main directory.

python3 -m unittest ./tests/test_LieGroups.py
python3 -m unittest ./tests/test_analysis.py

Installation

This project is available on PyPI as a package, but you can also install it locally by running the following from the main directory.

python3 -m pip install -e .

About

Lie groups in python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages