ppflib 0.1.0

Advanced computational library for Physics-Prime Factorization (PPF): quantum mechanics through number theory, featuring Sign Prime (-1), state space collapse, topological analysis, and IOT geometric realizations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Topological structures of factorization state spaces
//!
//! This module explores the topological properties of PPF state spaces:
//! - Factorization simplices K(n) as simplicial complexes
//! - Galois groups and their quantum-classical transitions
//! - Betti numbers and topological invariants
//! - Toroidal structure of factorization spaces

pub mod factorization_simplex;
pub mod galois_group;
pub mod betti_numbers;

pub use factorization_simplex::*;
pub use galois_group::*;
pub use betti_numbers::*;