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.6.tar.gz
(13.2 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.6.tar.gz.
File metadata
- Download URL: lyra_geometry-0.1.6.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
148ee06ef4301f644b90c9be80f5212f207ff9c4b76aa96814aad5aebfd273df
|
|
| MD5 |
07009cfd96119421b1673b1002c9ee10
|
|
| BLAKE2b-256 |
428c94d787b9ecb058eb8d9b25a90f5ddf2434fab10ba34b8da7501db49cb58b
|
File details
Details for the file lyra_geometry-0.1.6-py3-none-any.whl.
File metadata
- Download URL: lyra_geometry-0.1.6-py3-none-any.whl
- Upload date:
- Size: 12.9 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 |
b6d2ec075660ec29e21ea894d73029eb8f72578340714a9cdc9e2ebfc380bfa1
|
|
| MD5 |
b4c72c627a80352f095b4da8003eec8f
|
|
| BLAKE2b-256 |
0b92093761b09e4f6e313c827a2e85797a80c4e1ec58972173fb871dd9169b9b
|