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
//! Cosmology — Friedmann equations, expansion history, CMB, dark energy.
//!
//! Models the large-scale evolution of the universe. Provides the physics
//! for bhava Scale 6-7 (cosmic expansion → manifestation intensity).

pub mod expansion;
pub mod friedmann;

pub use expansion::*;
pub use friedmann::*;