Biblioteca em Python para geometria diferencial simbolica: tensores, conexoes e curvatura.
Project description
Lyra Geometry
Biblioteca em Python para geometria diferencial simbolica, com suporte a espacos tensoriais, conexoes e curvatura usando SymPy.
Instalacao
pip install lyra-geometry
Exemplo rapido
import sympy as sp
from lyra_geometry import TensorSpace, U, D
x, y = sp.symbols("x y")
space = TensorSpace((x, y))
T = space.generic("T", (U, D))
a, b = space.index("a b")
expr = T[U(a), D(b)]
print(expr)
Desenvolvimento local
python -m pip install -e .[dev]
python -m pytest
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
lyra_geometry-0.1.9.tar.gz
(14.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lyra_geometry-0.1.9.tar.gz.
File metadata
- Download URL: lyra_geometry-0.1.9.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f8a617d4b6d1e1aefe9077bbde9dea2e9b0d331a20e16687a98fd94597ef5f1
|
|
| MD5 |
b6c4f09d75a0edbad78a0926d23a04a3
|
|
| BLAKE2b-256 |
c2fa102967c7157fb73bfa4bc20957cbe50bdcc5e50c007c2d32f71da8be8d0c
|
File details
Details for the file lyra_geometry-0.1.9-py3-none-any.whl.
File metadata
- Download URL: lyra_geometry-0.1.9-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c28a92d29af0cc0b73c3faa1b0df60a9a3d4a8ee00892b14f34d31e3c497166d
|
|
| MD5 |
8fc2ae54365d9cfbedce4e91fe4a66fe
|
|
| BLAKE2b-256 |
9056d3565ac8c571ac0df2e85de5eac9b57ba1cc92a94896d8ebc793a094fd5b
|