Metadata-Version: 2.4
Name: hotlogiq
Version: 0.1.0
Summary: Hot quantum logic — Raven ISA and HPU programming model for open, dissipative quantum systems
Project-URL: Homepage, https://hotlogiq.ca
Project-URL: Repository, https://github.com/roguetrainer/hotlogiq
Project-URL: Documentation, https://hotlogiq.ca/docs
Author-email: "Ian R. C. Buckley" <ian.r.c.buckley@gmail.com>
License: MIT
License-File: LICENSE
Keywords: dissipative-quantum,exceptional-points,hot-quantum-computing,hpu,lindblad,non-hermitian,open-quantum-systems,pt-symmetry,quantum-thermodynamics,raven-isa
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Requires-Dist: numpy>=1.24
Requires-Dist: sympy>=1.12
Provides-Extra: dev
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Provides-Extra: jax
Requires-Dist: jax>=0.4; extra == 'jax'
Provides-Extra: numerics
Requires-Dist: scipy>=1.11; extra == 'numerics'
Description-Content-Type: text/markdown

# hotlogiq

**Hot quantum logic — Raven ISA and HPU programming model for open, dissipative quantum systems.**

> *Eureka!* — Archimedes, upon jumping out of the bath. We respectfully disagree.

## What is Hot Logiq?

Hot Logiq is a programming model and instruction set architecture (the **Raven ISA**)
for **hot quantum computing**: computation performed by open quantum systems in which
dissipation (gain, loss, complex-β phase) is a computational resource rather than
an error to be suppressed.

Hot quantum computing is not noisy quantum computing.
A leaky pipe is a cold system with imperfect seals.
A water wheel works *because* of the flow.

## The HPU

The **Hot Processing Unit (HPU)** is the hardware target.
Five substrate classes share the Raven ISA programming model:

| Class | Substrate | Temperature |
|-------|-----------|-------------|
| HPU-P | PT-symmetric photonics | 300 K |
| HPU-B | Bosonic cat qubits | 40 mK |
| HPU-R | Radical-pair / molecular | 300 K |
| HPU-C | Non-Hermitian circuits | 300 K |
| HPU-E | EP sensor arrays | 300 K |

## Status

Pre-alpha. Name reservation release — full implementation in progress.

## Theory

Built on the ISA framework developed in:
- Paper 619 (Motive ISA): doi:10.5281/zenodo.21416910
- Paper 669 (Hot QC manifesto): TBD

## Installation

```bash
pip install hotlogiq
```

## License

MIT
