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.2.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.2.tar.gz.
File metadata
- Download URL: lyra_geometry-0.1.2.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 |
f3f831dbdee421b5191e3522397469b3ff970c50c1047a978c2cb20ae7d35158
|
|
| MD5 |
523d9c704bbce331701604cae36bd345
|
|
| BLAKE2b-256 |
55d5e044e62d6793d5f6603b44edc41827837198e12427348420f3a0016d0c0e
|
File details
Details for the file lyra_geometry-0.1.2-py3-none-any.whl.
File metadata
- Download URL: lyra_geometry-0.1.2-py3-none-any.whl
- Upload date:
- Size: 12.8 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 |
93036ed834b8a48d82919a287e6c81f3c4ea7186e8abf5b77bd836484afa7d2b
|
|
| MD5 |
9504ec735209e2d7e04544a024de149a
|
|
| BLAKE2b-256 |
c438180ca4165b68ab1472694f2d31d1361d217a41604c34811a1872cd377286
|