hisab-mimamsa 1.0.0

Hisab-Mimamsa — theoretical physics engine: general relativity, quantum field theory, cosmology, and unified field models
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! General & Special Relativity
//!
//! Spacetime metrics, geodesics, Lorentz transformations, gravitational lensing,
//! black hole thermodynamics, and Penrose diagrams.

pub mod black_hole;
pub mod geodesic;
pub mod lensing;
pub mod lorentz;
pub mod metric;

// Re-export submodules directly — consumers use relativity::lorentz::foo
// No glob re-exports to avoid ambiguity (C is defined in both lorentz and metric).