Bridging Ternary Topology, Nuclear Physics, and Secure P2P Quantum Communication
BiMoType-Ternary is a high-performance framework that unifies topological quantum computing with nuclear physics signatures. By leveraging ternary logic (-1, 0, +1) and the rigorous Metriplectic Mandate, it provides a stable and physically verifiable substrate for quantum communication and cryptography.
This framework is built upon the foundational principles of Metriplectic dynamics:
-
Symplectic Component (Hamiltonian
$H$ ): Generates conservative, reversible motion (Schrödinger evolution). -
Metric Component (Entropy
$S$ ): Generates irreversible relaxation toward an attractor (Radioactive decay). - No Singularities: We balance the dual brackets to avoid numerical explosion or thermal death.
-
Golden Operator (
$O_n$ ): All simulation space is modulated by$O_n = \cos(\pi n) \cdot \cos(\pi \phi n)$ , where$\phi \approx 1.618$ .
- Metriplectic Cryptography: Encryption anchored in radioactive decay topology.
- Hardware Fingerprinting: Devices are identified by unique hardware-recursive signatures.
- Mutual Handshake Protocol: "Deny-by-Default" security. All P2P connections must be explicitly authorized.
- Decentralized Discovery: Automatic peer registration and discovery via local cache.
- Topological Packets: Data is encoded into ternary BiMoType packets for maximum resilience.
- Handshake Verification: Automatic filtering of unauthorized data packets.
- Metriplectic Console: Real-time visualization of P2P activity, identity management, and secure chat.
- Glassmorphism UI: High-premium dark theme optimized for technical workflows.
BiMoType-Ternary includes a specialized library for radioactive signature modeling and quantum state management:
-
Isotope Registry: Built-in library of nuclear isotopes including Sr-90, Tc-99m, Pu-238, and now full Hydrogen isotopes support:
- H1 (Protium) & H2 (Deuterium): Stable isotopes for baseline modulation.
- H3 (Tritium): Beta-decay signature for active quantum channel seeding.
-
Bi-Modal Data Types: Rigorous implementation of
FirmaRadiactivaandEstadoCuanticofor hybrid physical-informational modeling. -
Normalización Cuántica: Built-in validation for qubit state normalization (
$|\alpha|^2 + |\beta|^2 = 1$ ).
# Recomendado: Entorno virtual
python3 -m venv env
source env/bin/activate
# Instalación directa desde PyPI (Próximamente v1.3.0)
pip install bimotype-ternary
# Instalación modo desarrollo
pip install -e ".[all]"The most interactive way to use BiMoType is through the Streamlit-based dashboard:
# Una vez instalado el paquete
bimotype --guiYou can also run listening peers or send data via command line:
# Iniciar escucha P2P
bimotype --listen
# Enviar mensaje a un fingerprint específico
bimotype --send <DEST_FINGERPRINT> --message "Psimon_H7"bimotype --crypto 42BiMoType-Ternary now features a premium, physics-grounded mobile interface built with Flet.
-
Metriplectic Monitor: Real-time visualization of the competition between the Symplectic (
$H$ ) and Metric ($S$ ) brackets, ensuring physical stability. - Hardware Fingerprinting: Identity management via secure, recursive hardware signatures.
- Glassmorphism Design: High-premium dark theme with intuitive component distribution for P2P and QR transfers.
- Ternary Messaging: Full support for ternary encoded (-1, 0, +1) packets via secure channels.
bimotype-ternary/
├── bimotype_ternary/ # Core Library
│ ├── core/ # 🧠 Session & Recursive Engines
│ ├── crypto/ # 🔐 Cryptography & QR Offline Transfer
│ ├── database/ # 🗄️ SQLite Persistence & Models
│ ├── network/ # 📡 P2P, Discovery & Handshake
│ ├── physics/ # ⚛️ Metriplectic Dynamics
│ ├── topology/ # 🌀 Ternary Coding & H7 Seeds
│ ├── gui.py # 🧪 Desktop Dashboard (Streamlit)
│ └── mobile_gui.py # 📱 Mobile Metriplectic Console (Flet)
├── tests/ # 🧪 Physics & Security Test Suite
└── README.md # 📜 This documentation
Mantenemos un rigor físico y matemático absoluto. Todos los cambios en la capa P2P y Seguridad deben superar los tests de inyección y autorización:
pytest tests/- Author: Jacobo Tlacaelel Mina Rodriguez
- Principles: Marco de la Analogía Rigurosa (TLACA)
- License: MIT
Built for a rigorous and secure quantum future.
