deep_causality_quantum 0.3.0

Quantum causal models on the causal monad: quantum-information kernels, gates, and the operator layer for DeepCausality.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0]https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_quantum-v0.2.5...deep_causality_quantum-v0.3.0 - 2026-09-15

### Added

- *(deep_causality_quantum)* Lining, fixes, and other improvements.
- *(deep_causality_quantum)* fault sets, the fault-tolerance predicate and the Haruna filter (QCL-2 group 5)
- *(deep_causality_quantum)* structural precheck, code abstraction and the abstraction pipeline stages (QCL-2 group 4)
- *(deep_causality_quantum)* type alignment, query signatures, abstractions and the naturality check (QCL-2 group 3)
- *(deep_causality_quantum)* Add the circuit model, its two semantics, and the BLO dilation (QCL-2 groups 0-2)

### Fixed

- *(deep_causality_quantum)* widen the chain-complex check and accept repeated interchange nodes
- *(deep_causality_quantum)* resolve the QCL-2 review findings on caps, ordering, validation and errors

### Other

- *(uncertain)* [**breaking**] migrate the consumers, and take the last lifetime off the scalar
- *(uncertain)* [**breaking**] replace the global sample cache with a caller-owned session
- *(deep_causality_quantum)* close the coverage gaps in the qpu, circuit and pipeline layers
- *(openspec)* Updated specs for quantum crate.