Critical Susceptibility Framework for Quantum, GPU, Financial, Climate, Seismic, and Magnetic analysis
Project description
Sigma-C Framework v1.0.0
Copyright (c) 2025 ForgottenForge.xyz
Critical Susceptibility Framework for Quantum, GPU, Financial, Climate, Seismic, and Magnetic analysis.
🚀 Quick Start
# Install the package
pip install sigma-c-framework
# Run examples
python -m sigma_c.examples.demo_quantum
Or clone and install from source:
git clone https://github.com/forgottenforge/sigmacore.git
cd sigmacore/sigma_c_framework
pip install .
🎯 What is Sigma-C?
Sigma-C detects critical phase transitions in complex systems using Critical Susceptibility (χ) theory. Unlike traditional metrics, it identifies the precise scale where systems undergo fundamental structural changes.
Use Cases:
- 🔬 Quantum Computing: Find noise thresholds that break quantum algorithms
- 🎮 GPU Optimization: Auto-tune kernels to avoid cache thrashing
- 💰 Finance: Predict market crashes before they happen
- 🌍 Climate Science: Identify characteristic scales of weather systems
- 🌋 Seismology: Detect critical stress states in earthquake catalogs
- 🧲 Magnetism: Analyze phase transitions (Curie temperature)
📦 Features
- 6 Domain Adapters ready for production use
- High-Performance C++ Core with Python bindings
- Statistical Robustness via bootstrap and permutation tests
- Comprehensive Documentation in English and German
- Dual License: AGPL-3.0 or Commercial
📚 Documentation
- Quick Start: See QUICKSTART.md (5 minutes)
- Full Documentation: See DOCUMENTATION.md (English + German)
- Release Guide: See RELEASE.md (for contributors)
- Changelog: See CHANGELOG.md
💡 Example
from sigma_c import Universe
# Detect GPU performance critical point
gpu = Universe.gpu()
result = gpu.auto_tune(alpha_levels=[0.1, 0.5, 0.9])
print(f"Critical threshold: {result['sigma_c']:.3f}")
print(f"Stability score: {result['statistics']['kappa']:.2f}")
📄 License
Dual-licensed under AGPL-3.0 or Commercial License.
- Open Source: See license_AGPL.txt
- Commercial: Contact nfo@forgottenforge.xyz
For commercial licensing without AGPL-3.0 obligations, contact: nfo@forgottenforge.xyz
🤝 Contributing
Contributions are welcome! Please read our contributing guidelines and submit pull requests.
📧 Contact
- Email: nfo@forgottenforge.xyz
- GitHub: github.com/forgottenforge/sigmacore
- Issues: github.com/forgottenforge/sigmacore/issues
Made with ❤️ by ForgottenForge
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sigma_c_framework-1.0.0.tar.gz.
File metadata
- Download URL: sigma_c_framework-1.0.0.tar.gz
- Upload date:
- Size: 29.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e30694b87363b47af1251af70d4a09b757f9ceebaa3b52bb36ba7a0fc9f12f52
|
|
| MD5 |
1cdb47415b55cb91a0949e61788503de
|
|
| BLAKE2b-256 |
56e227fa7186b4f9a2d6f596439bf54115576811bb7febb2ad6775ed39ea7387
|
File details
Details for the file sigma_c_framework-1.0.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: sigma_c_framework-1.0.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 106.0 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ab1e11def8741fb02f0ced1d4635c06f6f656b269add4b489d1545b41a3e99f
|
|
| MD5 |
0c7ec43c44edea82ef165e13ed327872
|
|
| BLAKE2b-256 |
8b13f0146d32a426953b29d4c68f815e91ee598887a5c056d0f538bf98bdb239
|