| Crates.io | cortexia |
| lib.rs | cortexia |
| version | 0.1.0 |
| created_at | 2025-11-10 21:54:35.695859+00 |
| updated_at | 2025-11-10 21:54:35.695859+00 |
| description | Complete neural-quantum consciousness bridge framework - Computational Orchestration for Reality Transformation: EXtended Intelligence Architecture |
| homepage | |
| repository | https://github.com/Yatrogenesis/cortexia-workspace |
| max_upload_size | |
| id | 1926267 |
| size | 44,777 |
Computational Orchestration for Reality Transformation: EXtended Intelligence Architecture
A complete Rust framework for computational neuroscience and consciousness research.
CORTEXIA is a meta-framework that unifies six production-grade Rust libraries for neuroscience research:
Add to your Cargo.toml:
[dependencies]
cortexia = "0.1.0"
use cortexia::prelude::*;
fn main() {
// Create a Hodgkin-Huxley neuron
let mut neuron = HodgkinHuxleyNeuron::new();
// Calculate integrated information (Phi)
let mut iit_system = IITSystem::new(3);
iit_system.set_state(vec![1, 0, 1]).unwrap();
let phi_result = iit_system.calculate_phi().unwrap();
println!("Φ = {}", phi_result.phi);
// Build a neural network
let network = NetworkBuilder::new()
.populations(2, 100)
.build();
}
Full documentation available at docs.rs/cortexia
Each component is also available as a standalone crate:
rayonnalgebra and ndarraypetgraphDual-licensed under MIT or Apache 2.0
@software{cortexia2025,
author = {Molina Burgos, Francisco},
title = {CORTEXIA: Computational Orchestration for Reality Transformation},
year = {2025},
url = {https://github.com/Yatrogenesis/cortexia-workspace}
}
Contributions welcome! Please see the main repository at github.com/Yatrogenesis/cortexia-workspace
Developed with Claude Code by Anthropic.
CORTEXIA - Bridging neuroscience, consciousness, and computation. 🧠⚡