Skip to main content

Critical Susceptibility Framework for Quantum, GPU, Financial, Climate, Seismic, and Magnetic analysis

Project description

PyPI version License: AGPL v3 Commercial License Python 3.8+

Sigma-C Framework v1.1.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
  • 🆕 Universal Diagnostics System (v1.1.0) - Auto-search, validation, and recommendations
  • 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

💡 Example

Basic Usage (v1.0.0)

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}")

With Diagnostics (v1.1.0) 🆕

from sigma_c import Universe

# Step 1: Diagnose your setup
gpu = Universe.gpu()
diag = gpu.diagnose()

if diag['status'] == 'ok':
    # Step 2: Auto-search optimal parameters
    search = gpu.auto_search()
    print(f"Optimal alpha: {search['best_params']['alpha']:.2f}")
    
    # Step 3: Get human-readable explanation
    result = gpu.auto_tune(alpha_levels=[search['best_params']['alpha']])
    print(gpu.explain(result))

📄 License

Dual-licensed under AGPL-3.0 or Commercial License.

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.

🙏 Acknowledgments

The Sigma-C Framework builds upon the excellent work of the open-source community. We gratefully acknowledge the following projects:

Core Dependencies

  • NumPy - Fundamental package for scientific computing
  • SciPy - Scientific computing library for optimization and statistics
  • pandas - Data analysis and manipulation library
  • scikit-learn - Machine learning library for statistical analysis
  • pybind11 - C++/Python interoperability

Domain-Specific Libraries

  • CuPy - GPU-accelerated computing (optional for GPU adapter)
  • yfinance - Financial market data (for Financial adapter)
  • tqdm - Progress bars for long-running computations

Visualization & Analysis

Build & Development Tools

  • CMake - Cross-platform build system
  • setuptools - Python package building
  • wheel - Python package distribution format

We are deeply grateful to the maintainers and contributors of these projects for making the Sigma-C Framework possible.

📧 Contact


Made with ❤️ by ForgottenForge

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sigma_c_framework-1.2.0.tar.gz (35.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sigma_c_framework-1.2.0-cp313-cp313-win_amd64.whl (120.3 kB view details)

Uploaded CPython 3.13Windows x86-64

File details

Details for the file sigma_c_framework-1.2.0.tar.gz.

File metadata

  • Download URL: sigma_c_framework-1.2.0.tar.gz
  • Upload date:
  • Size: 35.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for sigma_c_framework-1.2.0.tar.gz
Algorithm Hash digest
SHA256 bcd7d42621ab8a695aa3693dadb5f281f7dfbce58c52924cf4d5367e49aa8117
MD5 c5ef6161b5f9cfcba662b6f15b967e13
BLAKE2b-256 188857ad8260e75ecd5a0ec71ddad36c1a6244e3d2d0abb6f2cc5a288117d00b

See more details on using hashes here.

File details

Details for the file sigma_c_framework-1.2.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for sigma_c_framework-1.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fb8ca824fb1b672649521f67693ce50cc830861fbc8a242e99603f23044044d2
MD5 ae23a331f4ebbc223409aba184f2da0b
BLAKE2b-256 0d5db1f7f75b46aafb9526dd6ce39c81cba1aac57c72bb907033c567bf0c9cdb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page