Skip to main content

Python wrapper for XAct.jl — tensor algebra for general relativity

Project description

xact-py

PyPI Build Status License: GPL v3

Python wrapper for XAct.jl — a native Julia port of the Wolfram xAct tensor algebra library for general relativity.

Note: All code in this repository is generated by AI. It was built under strict engineering practices but is not warranted to be absolutely correct. See the full disclaimer.

Installation

Install the latest published release from PyPI:

pip install xact-py

On first import, xact-py resolves the Julia package XAct from the Julia registries via juliapkg/juliacall.

If you need unreleased changes from this repository, install from a local checkout in editable mode and point juliapkg at a shared Julia project that develops the local XAct.jl checkout:

git clone https://github.com/sashakile/XAct.jl.git
cd XAct.jl
uv pip install -e packages/xact-py
export PYTHON_JULIAPKG_PROJECT="$PWD/.juliapkg-xact"
julia --project="$PYTHON_JULIAPKG_PROJECT" -e 'using Pkg; Pkg.develop(path=pwd()); Pkg.instantiate()'

Julia is managed automatically via juliacall.

Quick Start

import xact

xact.reset()
M = xact.Manifold("M", 4, ["a", "b", "c", "d"])
T = xact.Tensor("T", ["-a", "-b"], M, symmetry="Symmetric[{-a,-b}]")
xact.canonicalize("T[-b,-a] - T[-a,-b]")  # returns "0"

Features

  • Canonicalization — Butler-Portugal algorithm for tensor index canonicalization
  • Contraction & Simplification — metric contraction, iterative simplification
  • Covariant Derivatives — commutation, sorting, Riemann identities
  • Perturbation Theory — multinomial Leibniz expansion, curvature perturbations
  • Coordinate Components (xCoba) — basis changes, Christoffel symbols, CTensor
  • Riemann Invariants (xInvar) — classification and database of Riemann polynomial invariants
  • Variational Calculus — Euler-Lagrange operator, integration by parts

Example: Metric and Curvature

import xact

xact.reset()
M = xact.Manifold("M", 4, ["a", "b", "c", "d", "e", "f"])
g = xact.Metric("g", ["-a", "-b"], M)

# Riemann symmetry: R_abcd + R_abdc = 0
xact.canonicalize("RiemannCD[-a,-b,-c,-d] + RiemannCD[-a,-b,-d,-c]")
# returns "0"

# Simplify a contracted Riemann expression
xact.simplify("RicciCD[-a,-b] - RiemannCD[-a,-c,-b,-d] * g[c,d]")
# returns "0"

Documentation

Full documentation at saxa.xyz/XAct.jl.

License

GPL-3.0 — see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xact_py-0.7.2-py3-none-any.whl (42.6 kB view details)

Uploaded Python 3

File details

Details for the file xact_py-0.7.2-py3-none-any.whl.

File metadata

  • Download URL: xact_py-0.7.2-py3-none-any.whl
  • Upload date:
  • Size: 42.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for xact_py-0.7.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f26d2915be6b7ebfd5fe151d3d73baf10635f8c5e05315d4351d8015a2375189
MD5 7ffd242fffcdd70689d2f476888d472f
BLAKE2b-256 39d1f7eb5d2a03dd252da66e1fbc23be2ef13713e4633acb0ba4babb1f36a50e

See more details on using hashes here.

Provenance

The following attestation bundles were made for xact_py-0.7.2-py3-none-any.whl:

Publisher: release.yml on sashakile/XAct.jl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page