Skip to main content

Data Physics Framework for Physical Systems

Project description

QSignature

Model-free dynamical regime classification for time series data.

DOI PyPI version Documentation Status


🙏 Acknowledgments

This work was developed with the assistance of DeepSeek AI, which provided technical guidance, code review, and documentation support throughout the development of the QSignature framework.


🤝 Contributing

Contributions are welcome! Please see our Contributing Guidelines.


📄 License

MIT License — see LICENSE.txt for details.

📖 Overview

QSignature is a Data Physics framework that extracts physical signatures from causal response signals — without assuming any model. It transforms raw time-series data into diagnostic fingerprints that reveal the underlying physical regime, memory structure, and dynamical properties.

Key Capabilities:

  • Model-Free — No assumptions about system order, linearity, or excitation
  • Data-Driven — Extracts everything directly from the signal
  • Universal — Works for any causal response data
  • Interpretable — Each diagnostic has clear physical meaning

🚀 Quick Start

import numpy as np
from QSignature import compute_all, QPDF, QSpace, QSynthetic

# Generate synthetic data
t = np.linspace(0, 10, 1000)
R = QSynthetic.physical.exponential_step(t, tau=2.0, R_inf=1.0)

# Core analysis — timescales and ratios
results = compute_all(t, R)
print(f"τ_s = {results['tau_s']:.4f}")
print(f"τ_u = {results['tau_u']:.4f}")
print(f"Δ_su = {results['Delta_su']:.4f}")
print(f"ρ₂₃ = {results['rho_23']:.4f}")

# Full signature with PDF analysis
results = compute_all(t, R, return_pdf=True)
print(f"PDF Shape: {results['pdf_shape']}")
print(f"Entropy: {results['entropy']:.4f}")
print(f"Time Signature: {results['time_signature']['signature']}")

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

qsignature-1.0.4.tar.gz (645.8 kB view details)

Uploaded Source

Built Distribution

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

qsignature-1.0.4-py3-none-any.whl (646.7 kB view details)

Uploaded Python 3

File details

Details for the file qsignature-1.0.4.tar.gz.

File metadata

  • Download URL: qsignature-1.0.4.tar.gz
  • Upload date:
  • Size: 645.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for qsignature-1.0.4.tar.gz
Algorithm Hash digest
SHA256 6c8e91ddfb3cbeef77d37822eceb0beb2fe0db08ebafaf936925ce432a047d07
MD5 a5b8dacf8ea593b24fef6f63d47550f6
BLAKE2b-256 e8876b086ee82876d9922fb274de4eacd2c17e73bad756c5c6e80b9e50d35c9e

See more details on using hashes here.

File details

Details for the file qsignature-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: qsignature-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 646.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for qsignature-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6824c54502d14be304985f0b9ef853ddef561dfde3e06c4651cbb7db202b0ef0
MD5 be48805006368530dff9a01a4e6edec7
BLAKE2b-256 91dcf5d9550505d863b3f5601bcbe49cede8a97e3c0e3de0e6328706bdc8a37d

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