GRACEpy Library
The GRACEpy library is a set of companion Python tools for the GRACE code.
It includes:
Data analysis: readers for volume, plane, scalar and gravitational wave output, unified detector views, and a high-level simulation interface
Physics utilities: physical constants, unit systems, gravitational wave analysis, Kerr-Schild coordinate transformations, and equation of state table handling
Code generation: SymPy-based utilities to generate optimized C99 code for GRACE kernels
Simulation management:
simpilot, a tool to create, submit and monitor GRACE simulations on HPC clustersCommand-line tools: descriptor creation, scalar export, grid inspection, source archival
Installation
Download the code from the repository and, preferably within a virtual environment, run
pip install -e ./
This installs all Python dependencies and registers the command-line entry points.