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.1.0.tar.gz (42.6 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.1.0-cp313-cp313-win_amd64.whl (118.8 kB view details)

Uploaded CPython 3.13Windows x86-64

File details

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

File metadata

  • Download URL: sigma_c_framework-1.1.0.tar.gz
  • Upload date:
  • Size: 42.6 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.1.0.tar.gz
Algorithm Hash digest
SHA256 6a36d558343f77a153c66622de291f024351d147b4755d785a206cb371dce59e
MD5 f7681c6b0c51caed8e72b5e2585f0b23
BLAKE2b-256 bc2328fb6c65005065df6a7d6d8e3681f099b7ae42cf2161f14b2ff945c36a84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sigma_c_framework-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 394d41fdf9ec7fd5b38954d2219841db8725498ce3827f3e1eabd7926489cc85
MD5 f7e0f70028af7c5fce8422dd1852436b
BLAKE2b-256 63af995616aaddd99aa0dc6854c3331071bd06cbe128e1c5f2d19a5d122bbca5

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