dense-evolution 8.1.6__tar.gz → 8.1.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. dense_evolution-8.1.8/PKG-INFO +576 -0
  2. dense_evolution-8.1.8/README.md +531 -0
  3. {dense_evolution-8.1.6 → dense_evolution-8.1.8}/dash.py +3515 -3515
  4. {dense_evolution-8.1.6 → dense_evolution-8.1.8}/dense_evolution/__init__.py +12 -11
  5. {dense_evolution-8.1.6 → dense_evolution-8.1.8}/dense_evolution/chunk.py +377 -372
  6. {dense_evolution-8.1.6 → dense_evolution-8.1.8}/dense_evolution/compiler.py +311 -316
  7. {dense_evolution-8.1.6 → dense_evolution-8.1.8}/dense_evolution/gates.py +50 -55
  8. {dense_evolution-8.1.6 → dense_evolution-8.1.8}/dense_evolution/healing.py +139 -143
  9. {dense_evolution-8.1.6 → dense_evolution-8.1.8}/dense_evolution/parser.py +446 -429
  10. {dense_evolution-8.1.6 → dense_evolution-8.1.8}/dense_evolution/registry.py +372 -377
  11. {dense_evolution-8.1.6 → dense_evolution-8.1.8}/dense_evolution/simulator.py +0 -3
  12. dense_evolution-8.1.8/dense_evolution.egg-info/PKG-INFO +576 -0
  13. {dense_evolution-8.1.6 → dense_evolution-8.1.8}/dense_evolution.egg-info/SOURCES.txt +3 -2
  14. {dense_evolution-8.1.6 → dense_evolution-8.1.8}/dense_evolution.egg-info/requires.txt +1 -0
  15. {dense_evolution-8.1.6 → dense_evolution-8.1.8}/dense_evolution.egg-info/top_level.txt +1 -0
  16. dense_evolution-8.1.8/ia_utils/__init__.py +0 -0
  17. dense_evolution-8.1.8/ia_utils/vector_healing.py +171 -0
  18. dense_evolution-8.1.8/license.md +58 -0
  19. {dense_evolution-8.1.6 → dense_evolution-8.1.8}/pyproject.toml +85 -83
  20. dense_evolution-8.1.6/PKG-INFO +0 -366
  21. dense_evolution-8.1.6/README.md +0 -322
  22. dense_evolution-8.1.6/dense_evolution/stress_test.py +0 -76
  23. dense_evolution-8.1.6/dense_evolution.egg-info/PKG-INFO +0 -366
  24. dense_evolution-8.1.6/license.md +0 -58
  25. {dense_evolution-8.1.6 → dense_evolution-8.1.8}/dense_evolution.egg-info/dependency_links.txt +0 -0
  26. {dense_evolution-8.1.6 → dense_evolution-8.1.8}/setup.cfg +0 -0
@@ -0,0 +1,576 @@
1
+ Metadata-Version: 2.4
2
+ Name: dense-evolution
3
+ Version: 8.1.8
4
+ Summary: Micro-optimized High-Performance NISQ Statevector Quantum Circuit Simulator (Hardware-Adaptive Integration of Native NumPy, CUDA-Accelerated CuPy, and Linear Kernel Fusion via JAX JIT/XLA Compilation)
5
+ Author-email: Salvatore Pennacchio <jtatopenn@libero.it>
6
+ License: Business Source License 1.1
7
+ Project-URL: Homepage, https://github.com/tatopenn-cell/Dense-Evolution
8
+ Project-URL: Documentation, https://github.com/tatopenn-cell/Dense-Evolution/blob/main/README.md
9
+ Project-URL: Repository, https://github.com/tatopenn-cell/Dense-Evolution
10
+ Project-URL: Bug Tracker, https://github.com/tatopenn-cell/Dense-Evolution/issues
11
+ Keywords: quantum-computing,quantum-simulation,statevector,jax,cupy,cuda-acceleration,openqasm,nisq-noise,hpc,linear-kernel-fusion,dashboard,visualization
12
+ Classifier: Development Status :: 5 - Production/Stable
13
+ Classifier: Intended Audience :: Science/Research
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: License :: Other/Proprietary License
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.9
18
+ Classifier: Programming Language :: Python :: 3.10
19
+ Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Topic :: Scientific/Engineering :: Physics
22
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
23
+ Requires-Python: >=3.9
24
+ Description-Content-Type: text/markdown
25
+ License-File: license.md
26
+ Requires-Dist: numpy>=1.22.0
27
+ Requires-Dist: matplotlib>=3.5.0
28
+ Requires-Dist: psutil>=5.9.0
29
+ Requires-Dist: scipy>=1.9.0
30
+ Provides-Extra: jax
31
+ Requires-Dist: jax>=0.4.0; extra == "jax"
32
+ Requires-Dist: jaxlib>=0.4.0; extra == "jax"
33
+ Provides-Extra: gpu
34
+ Requires-Dist: cupy-cuda12x>=12.0.0; extra == "gpu"
35
+ Provides-Extra: dashboard
36
+ Requires-Dist: dash>=2.0.0; extra == "dashboard"
37
+ Requires-Dist: plotly>=5.0.0; extra == "dashboard"
38
+ Provides-Extra: full
39
+ Requires-Dist: jax>=0.4.0; extra == "full"
40
+ Requires-Dist: jaxlib>=0.4.0; extra == "full"
41
+ Requires-Dist: cupy-cuda12x>=12.0.0; extra == "full"
42
+ Requires-Dist: dash>=2.0.0; extra == "full"
43
+ Requires-Dist: plotly>=5.0.0; extra == "full"
44
+ Dynamic: license-file
45
+
46
+ ```
47
+ ██████╗ ███████╗███╗ ██╗███████╗███████╗
48
+ ██╔══██╗██╔════╝████╗ ██║██╔════╝██╔════╝
49
+ ██║ ██║█████╗ ██╔██╗ ██║███████╗█████╗
50
+ ██║ ██║██╔══╝ ██║╚██╗██║╚════██║██╔══╝
51
+ ██████╔╝███████╗██║ ╚████║███████║███████╗
52
+ ╚═════╝ ╚══════╝╚═╝ ╚═══╝╚══════╝╚══════╝
53
+ ███████╗██╗ ██╗ ██████╗ ██╗ ██╗ ██╗████████╗██╗ ██████╗ ███╗ ██╗
54
+ ██╔════╝██║ ██║██╔═══██╗██║ ██║ ██║╚══██╔══╝██║██╔═══██╗████╗ ██║
55
+ █████╗ ██║ ██║██║ ██║██║ ██║ ██║ ██║ ██║██║ ██║██╔██╗ ██║
56
+ ██╔══╝ ╚██╗ ██╔╝██║ ██║██║ ██║ ██║ ██║ ██║██║ ██║██║╚██╗██║
57
+ ███████╗ ╚████╔╝ ╚██████╔╝███████╗╚██████╔╝ ██║ ██║╚██████╔╝██║ ╚████║
58
+ ╚══════╝ ╚═══╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝
59
+ ```
60
+
61
+
62
+ **Dense Statevector Quantum Simulator · JAX XLA · NISQ · VQE · QML**
63
+
64
+ [![CI](https://github.com/tatopenn-cell/Dense-Evolution/actions/workflows/ci.yml/badge.svg)](https://github.com/tatopenn-cell/Dense-Evolution/actions/workflows/ci.yml)
65
+ [![PyPI](https://img.shields.io/pypi/v/dense-evolution?style=flat-square&color=00e5ff)](https://pypi.org/project/dense-evolution/)
66
+ [![PyPI Downloads](https://img.shields.io/pypi/dm/dense-evolution?style=flat-square&color=00e5ff)](https://pypi.org/project/dense-evolution/)
67
+ [![Python](https://img.shields.io/badge/Python-3.9+-blue?style=flat-square&logo=python&logoColor=white)](https://www.python.org/)
68
+ [![License](https://img.shields.io/badge/License-BSL_1.1-orange?style=flat-square)](LICENSE.md)
69
+ [![Build](https://img.shields.io/badge/Build-Passing-00ff9d?style=flat-square)](https://github.com/tatopenn-cell/Dense-Evolution/actions)
70
+ [![Cross-Validation CI](https://github.com/tatopenn-cell/Dense-Evolution-Ising-Tests/actions/workflows/ci.yml/badge.svg)](https://github.com/tatopenn-cell/Dense-Evolution-Ising-Tests/actions/workflows/ci.yml)
71
+ [![Latest Release](https://img.shields.io/github/v/release/tatopenn-cell/Dense-Evolution?style=flat-square&color=blueviolet)](https://github.com/tatopenn-cell/Dense-Evolution/releases)
72
+ [![Last Commit](https://img.shields.io/github/last-commit/tatopenn-cell/Dense-Evolution?style=flat-square)](https://github.com/tatopenn-cell/Dense-Evolution/commits/main)
73
+ [![Issues](https://img.shields.io/github/issues/tatopenn-cell/Dense-Evolution?style=flat-square)](https://github.com/tatopenn-cell/Dense-Evolution/issues)
74
+ [![Stars](https://img.shields.io/github/stars/tatopenn-cell/Dense-Evolution?style=flat-square&color=yellow)](https://github.com/tatopenn-cell/Dense-Evolution/stargazers)
75
+ [![JAX](https://img.shields.io/badge/Backend-JAX_XLA-f9ab00?style=flat-square&logo=google&logoColor=white)](https://github.com/google/jax)
76
+
77
+ ---
78
+
79
+ ## ▍ What It Is
80
+
81
+ **Dense Evolution** is a high-performance statevector simulator engineered for deep NISQ circuits, VQE pipelines, and QML workloads. It eliminates Kronecker product overhead entirely via stride-sliced linear kernel fusion compiled through JAX XLA — keeping memory at the theoretical minimum of `2ⁿ × 16 bytes`.
82
+
83
+ The integrated `dash.py` dashboard provides live ipywidgets telemetry across 8 panels per simulation run, directly inside Google Colab or Jupyter.
84
+
85
+ ---
86
+
87
+ ## ▍ Install
88
+
89
+ ```bash
90
+ pip install dense-evolution
91
+
92
+ # full stack: JAX · GPU · dashboard
93
+ pip install dense-evolution[full]
94
+
95
+ # development
96
+ git clone https://github.com/tatopenn-cell/Dense-Evolution.git
97
+ cd Dense-Evolution && pip install -e .[full]
98
+ ```
99
+
100
+ **Google Colab (3 lines):**
101
+
102
+ ```python
103
+ !git clone https://github.com/tatopenn-cell/Dense-Evolution.git
104
+ %cd Dense-Evolution
105
+ !pip install -e .
106
+ ```
107
+
108
+ ---
109
+
110
+ ## ▍ Quick Start
111
+
112
+ ```python
113
+ from dense_evolution import DenseSVSimulator, QASMParser
114
+
115
+ # parse any OpenQASM 2.0 / 3.0 string
116
+ qasm = """
117
+ OPENQASM 2.0;
118
+ include "qelib1.inc";
119
+ qreg q[3];
120
+ h q[0];
121
+ cx q[0], q[1];
122
+ cx q[1], q[2];
123
+ """
124
+
125
+ parser = QASMParser()
126
+ circuit = parser.parse(qasm)
127
+
128
+ sim = DenseSVSimulator(n_qubits=3)
129
+ sim.run_circuit_jit_beast_mode(circuit.ops)
130
+
131
+ probs = sim.get_probabilities()
132
+ sv = sim.get_statevector()
133
+ ```
134
+
135
+ **Dashboard (Colab / Jupyter):**
136
+
137
+ ```python
138
+ import dash
139
+ from IPython.display import display, clear_output
140
+
141
+ clear_output()
142
+ display(dash.dashboard_unificata)
143
+ ```
144
+
145
+ **Anti-OOM for large circuits:**
146
+
147
+ ```python
148
+ from dense_evolution import Chunk
149
+
150
+ sim = Chunk(27) # logical 27 qubits
151
+ circuit_ops = [['h', i] for i in range(27)]
152
+ sim.run_chunk(circuit_ops, chunk_size_gates=500) # SafeMemoryGuard active
153
+ ```
154
+
155
+ ---
156
+
157
+ ## ▍ Architecture
158
+
159
+ ```
160
+ dense_evolution/
161
+ ├── registry.py hardware detection · JAX/CuPy/NumPy flags · NoiseModel (Kraus channels)
162
+ ├── gates.py GATES{} · PARAMETRIC_GATES{} · GATE_IDS{}
163
+ ├── healing.py predictive state engine · Phi_AB · vettore dinamico · MemoryReflectionEngine
164
+ ├── parser.py QASMParser · QASMCircuit · OpenQASM 2.0 / 3.0
165
+ ├── compiler.py QuantumTranspiler · _apply_gate_fast_step (jit) · gate decomposition
166
+ ├── chunk.py SafeMemoryGuard · MemoryChunker · CircuitChunker · Chunk (Anti-OOM)
167
+ ├── simulator.py DenseSVSimulator · run_parametric_batch_jit · vmap batch VQE
168
+ └── dash.py ipywidgets dashboard · VQE engine · QM/MM · MD simulation · 3D wavefunction
169
+
170
+ ia_utils/
171
+ └── vector_healing.py median_healing · enhanced_dense_healing_hybrid (NaN/Inf-safe, lazy JAX import)
172
+ ```
173
+
174
+ **Data flow per run:**
175
+
176
+ ```
177
+ ▶ Run
178
+ └─ core_calcolo_quantistico() parse → JIT execute → apply noise
179
+ ├─ ottimizza_vqe() Hellmann-Feynman AD → ADAM → df_vqe_telemetry
180
+ ├─ run_md_simulation_dummy() QM/MM dynamics → df_md_telemetry + Pearson matrix
181
+ └─ build_panel_*(res) matplotlib figure → display()
182
+ ```
183
+
184
+ ---
185
+
186
+ ## ▍ Core Features
187
+
188
+ | Feature | Detail |
189
+ |---|---|
190
+ | **Linear Kernel Fusion** | Stride-sliced tensor ops via JAX XLA — zero Kronecker matrices |
191
+ | **Parametric Batch JIT** | `run_parametric_batch_jit()` evaluates full parameter grids in one `jax.vmap` + `jax.jit` call |
192
+ | **Circuit Chunking** | Fixed-size JIT blocks eliminate tracer overhead on 1000+ gate circuits |
193
+ | **Kraus Noise Channels** | `depolarizing` `amplitude_damping` `phase_damping` `bitflip` `combined` — stochastic, O(2ⁿ) cost |
194
+ | **VQE + ADAM** | Hellmann-Feynman gradient · positional parameter injection into any OpenQASM 2.0 circuit |
195
+ | **Anti-OOM Engine** | `SafeMemoryGuard` blocks execution before JAX raises `RESOURCE_EXHAUSTED` |
196
+ | **Predictive Healing** | `healing.py` — Φ_AB alignment, dynamic vector, Σ-sync, `MemoryReflectionEngine` |
197
+ | **Vector Sequence Healing** | `ia_utils/` — `median_healing`, `enhanced_dense_healing_hybrid` — NaN/Inf-safe, lazy JAX import |
198
+ | **Backend Agnostic** | NumPy CPU · JAX XLA CPU/TPU · CuPy CUDA — runtime selection, zero code changes |
199
+ | **Live Dashboard** | 8-panel ipywidgets telemetry: probability, VQE energy, entropy, purity, gradient, noise, θ-correction, Pearson heatmap |
200
+
201
+ ---
202
+
203
+ ## ▍ Scientific Validation & Applications
204
+
205
+ To demonstrate the numerical accuracy and stability of **Dense Evolution**, the simulator was stress-tested across 3,500 continuous spatial sampling points to compute the **Silicon Dimer (Si2) Dissociation Curve** via Variational Quantum Eigensolver (VQE).
206
+
207
+ * Physical Accuracy: The simulation successfully maps the exact Born-Oppenheimer Potential Energy Curve (PEC), capturing the deep quantum ground state bound minimum at ~3.55 Å with negative total energy, before converging asymptotically toward full molecular dissociation.
208
+ * Numerical Precision: Calculations are locked at Double Precision (float64), proving the simulator's resilience against cumulative machine epsilon errors (~ 1.11 × 10⁻¹⁶) across thousands of sequential circuit executions.
209
+ * Run this molecular experiment instantly on Google Colab Free Tier:
210
+ [Open Notebook on Google Colab](https://colab.research.google.com/drive/1cX7vYsVaxO29677ltgDTbh3pqUi0NYC5#scrollTo=Qg_lqX-Iw_UM)
211
+
212
+ ---
213
+
214
+ ```text
215
+ ============================================================
216
+ 🔬 MOLECULAR VQE: EXACT POTENTIAL ENERGY CURVE (PEC)
217
+ ============================================================
218
+ Distanza R: 1.200 Å | Energia Totale Molecola: +155.761158 eV
219
+ Distanza R: 1.671 Å | Energia Totale Molecola: +34.372692 eV
220
+ Distanza R: 2.142 Å | Energia Totale Molecola: +6.583098 eV
221
+ Distanza R: 2.614 Å | Energia Totale Molecola: +0.727422 eV
222
+ Distanza R: 3.085 Å | Energia Totale Molecola: -0.253226 eV
223
+ Distanza R: 3.557 Å | Energia Totale Molecola: -0.273498 eV
224
+ Distanza R: 4.028 Å | Energia Totale Molecola: -0.170948 eV
225
+ Distanza R: 4.500 Å | Energia Totale Molecola: -0.093048 eV
226
+ ```
227
+
228
+ #### Variational Quantum Chemistry Plot
229
+ Below is the physical validation plot showing the Born-Oppenheimer potential energy curve:
230
+
231
+ <img width="993" height="593" alt="image" src="https://github.com/user-attachments/assets/5fe57865-40f2-4930-9e8d-63959ea93a22" />
232
+
233
+
234
+ 👉 *For the full suite of physical benchmarks, including the Transverse Field Ising Model (TFIM) and Phase Transition mappings, visit the main [Dense-Evolution-Ising-Tests](https://github.com/tatopenn-cell/Dense-Evolution-Ising-Tests) repository. You can also view the raw script for this specific molecular run [here](https://github.com/tatopenn-cell/Dense-Evolution-Ising-Tests/blob/main/vqe_silicon_molecular.py).*
235
+
236
+ ---
237
+
238
+ ## ▍ API Reference
239
+
240
+ ### `DenseSVSimulator`
241
+
242
+ ```python
243
+ sim = DenseSVSimulator(
244
+ n_qubits : int,
245
+ use_gpu : bool = False,
246
+ use_float32: bool = False,
247
+ )
248
+ ```
249
+
250
+ | Method | Description |
251
+ |---|---|
252
+ | `set_initial_state(state=None)` | Reset to `\|0⟩ⁿ` or inject custom statevector |
253
+ | `run_circuit_jit_beast_mode(circuit)` | JIT-compiled gate execution — primary execution path |
254
+ | `run_circuit_with_chunking(circuit, chunk_size=500)` | Chunked execution for long circuits |
255
+ | `run_parametric_batch_jit(base_circuit, parameter_batch)` | `vmap` over parameter grid — returns full batch of statevectors |
256
+ | `get_probabilities()` → `np.ndarray` | `\|ψ_i\|²` for all basis states |
257
+ | `get_statevector()` → `np.ndarray` | Full complex statevector |
258
+ | `measure(qubit_idx)` → `int` | Projective measurement with state collapse |
259
+ | `memory_mb()` → `float` | Current RAM usage in MB |
260
+ | `apply_gate_1q(gate, qubit)` | Apply arbitrary 2×2 unitary |
261
+ | `apply_gate_2q(gate, q1, q2)` | Apply arbitrary 4×4 unitary |
262
+
263
+ ### `QASMParser`
264
+
265
+ ```python
266
+ parser = QASMParser()
267
+ circuit = parser.parse(qasm_str) # → QASMCircuit
268
+ valid, msg = parser.validate(circuit)
269
+ ```
270
+
271
+ `QASMCircuit` fields: `n_qubits`, `n_cbits`, `ops` (list of gate tuples).
272
+
273
+ ### `NoiseModel`
274
+
275
+ ```python
276
+ noise = NoiseModel()
277
+ noise.apply(sv, model='depolarizing', p=0.01, n_qubits=4, rng=rng)
278
+ desc = NoiseModel.kraus_description('amplitude_damping')
279
+ ```
280
+
281
+ ### `Chunk` (Anti-OOM)
282
+
283
+ ```python
284
+ sim = Chunk(
285
+ n_qubits : int,
286
+ chunk_size_gates : int = 500,
287
+ memory_threshold : float = 0.15, # block below 15% free RAM
288
+ use_gpu : bool = False,
289
+ use_float32 : bool = False,
290
+ )
291
+ sim.run_chunk(circuit, chunk_size_gates=500)
292
+ ```
293
+
294
+ Backward-compatibility aliases: `chunk1 = MemoryChunker`, `chunk2 = Chunk`, `Chunk2Incrociato = Chunk`.
295
+
296
+ ### `ia_utils.vector_healing`
297
+
298
+ ```python
299
+ from ia_utils.vector_healing import median_healing, enhanced_dense_healing_hybrid
300
+
301
+ healed, radius = median_healing(vettori, radius_baseline=None)
302
+ healed, metadata = enhanced_dense_healing_hybrid(vettori, radius_baseline=None, median_fallback_threshold=0.1)
303
+ ```
304
+
305
+ See **IA Utils — Vector Sequence Healing** above for details.
306
+
307
+ ---
308
+
309
+ ## ▍ Gate Library
310
+
311
+ **Fixed gates** (no parameters):
312
+
313
+ | Gate | Symbol | Gate | Symbol |
314
+ |---|---|---|---|
315
+ | `h` | Hadamard | `x` | Pauli-X |
316
+ | `y` | Pauli-Y | `z` | Pauli-Z |
317
+ | `s` | S gate | `sdg` | S† gate |
318
+ | `t` | T gate | `tdg` | T† gate |
319
+ | `sx` | √X gate | `id` | Identity |
320
+ | `cx` | CNOT | `cz` | CZ |
321
+ | `cy` | CY | `swap` | SWAP |
322
+ | `iswap` | iSWAP | `ecr` | ECR |
323
+ | `ccx` | Toffoli | | |
324
+
325
+ **Parametric gates**:
326
+
327
+ | Gate | Parameters | Description |
328
+ |---|---|---|
329
+ | `rx(θ)` | θ | X-rotation |
330
+ | `ry(θ)` | θ | Y-rotation |
331
+ | `rz(θ)` | θ | Z-rotation |
332
+ | `p(λ)` | λ | Phase gate |
333
+ | `u1(λ)` | λ | U1 (≡ p) |
334
+ | `u2(φ, λ)` | φ, λ | U2 rotation |
335
+ | `u3(θ, φ, λ)` | θ, φ, λ | Generic single-qubit |
336
+ | `cp(λ, ctrl, tgt)` | λ | Controlled-Phase |
337
+ | `crz(λ, ctrl, tgt)` | λ | Controlled-RZ |
338
+
339
+ ---
340
+
341
+ ## ▍ Noise Models
342
+
343
+ All channels applied as post-circuit stochastic Kraus operations on the full statevector.
344
+
345
+ | Model | Kraus operators | Physical process |
346
+ |---|---|---|
347
+ | `ideal` | `I` | Noiseless |
348
+ | `depolarizing` | `{√(1−p)I, √(p/3)X, √(p/3)Y, √(p/3)Z}` | Isotropic Pauli error |
349
+ | `amplitude_damping` | `{K₀=diag(1,√(1−γ)), K₁=[[0,√γ],[0,0]]}` | T₁ energy relaxation |
350
+ | `phase_damping` | `{K₀, K₁}` | T₂ dephasing |
351
+ | `bitflip` | `{√(1−p)I, √p·X}` | Bit flip σₓ |
352
+ | `combined` | depolarizing(p/2) ∘ amplitude_damping(p/3) | Worst-case NISQ |
353
+
354
+ Fidelity metrics computed on every noisy run: Bhattacharyya `F = Σᵢ √(pᵢqᵢ)` and TVD `= ½Σᵢ|pᵢ−qᵢ|`.
355
+
356
+ ---
357
+
358
+ ## ▍ Mitigation & Predictive Healing
359
+
360
+ Active error tracking and stabilization integrated natively into the simulation runtime via `healing.py`.
361
+
362
+ | Model | Operators | Description |
363
+ |---|---|---|
364
+ | `dephasing_tracking` | `Δ_pre_emp ∘ Σ` | Predictive deviation vs ideal eigenstate |
365
+ | `phi_ab_alignment` | `Φ_AB(state_A, state_B, ipg)` | Semantic + coherence alignment between two quantum states |
366
+ | `vettore_dinamico` | `V_din = K · log(E_B/E_A) · Φ_AB` | Log-differential energetic evolution vector |
367
+ | `kappa_stabilization` | `κ-strength routine` | Proactive statevector profile shielding |
368
+ | `richardson_integration` | `{λ₁=1.0, λ₂=2.0}` | Dual-point zero-noise trajectory approximation |
369
+
370
+ All core functions compiled via `@jax.jit`. Event history managed by `MemoryReflectionEngine` with JAX Zero-Drift spectral aggregation.
371
+
372
+ ---
373
+
374
+ ## ▍ IA Utils — Vector Sequence Healing
375
+
376
+ `ia_utils/vector_healing.py` — standalone module for cleaning sequences of vectors (e.g. hidden states / embeddings) that may contain `NaN` or `Inf` entries. Both functions preprocess the input (Inf → NaN → column-mean imputation) before healing, so corrupted values never propagate into the output.
377
+
378
+ | Function | Approach | Returns |
379
+ |---|---|---|
380
+ | `median_healing(vettori, radius_baseline=None)` | `scipy.ndimage.median_filter`, dynamic radius `min(20, max(3, n // 3))` | `(healed: np.ndarray, radius: int)` |
381
+ | `enhanced_dense_healing_hybrid(vettori, radius_baseline=None, median_fallback_threshold=0.1)` | Blends the `dense_evolution.healing` Φ-trigger logic with a median fallback, decided per-step | `(healed: np.ndarray, metadata: dict)` |
382
+
383
+ `enhanced_dense_healing_hybrid` metadata:
384
+
385
+ | Key | Type | Description |
386
+ |---|---|---|
387
+ | `fallback_triggered` | `bool` | `True` if the median fallback or dense blending fired at least once |
388
+ | `adaptive_radius_used` | `int` | Baseline radius actually applied |
389
+ | `reconstruction_error` | `float` | Mean norm of the correction applied vs. the sanitized input |
390
+
391
+ ```python
392
+ import numpy as np
393
+ from ia_utils.vector_healing import median_healing, enhanced_dense_healing_hybrid
394
+
395
+ vettori = np.random.default_rng(0).normal(size=(50, 128))
396
+ vettori[10, 3] = np.nan # simulate a corrupted hidden state
397
+ vettori[30, 7] = np.inf
398
+
399
+ healed, radius = median_healing(vettori)
400
+
401
+ healed_hybrid, meta = enhanced_dense_healing_hybrid(vettori)
402
+ print(meta)
403
+ # {'fallback_triggered': True, 'adaptive_radius_used': 16, 'reconstruction_error': 11.48}
404
+ ```
405
+
406
+ `jax` is imported lazily inside `enhanced_dense_healing_hybrid` — `median_healing` and the module import itself work without the `[jax]` extra installed; only calling `enhanced_dense_healing_hybrid` requires it.
407
+
408
+ ---
409
+
410
+ ## ▍ Anti-OOM Chunk Engine
411
+
412
+ All operations parcellized dynamically using a 4-layer architectural shield.
413
+
414
+ | Layer | Class | Role |
415
+ |---|---|---|
416
+ | 1 | `SafeMemoryGuard` | Pre-allocation RAM check — blocks before JAX raises `RESOURCE_EXHAUSTED` |
417
+ | 2 | `MemoryChunker` | Geometry calculator — computes `num_chunks`, `chunk_dim`, `chunk_size_bits` from available RAM without any JAX allocation |
418
+ | 3 | `CircuitChunker` | Per-slice execution — `SafeMemoryGuard` fires before every gate-slice dispatch |
419
+ | 4 | `Chunk` | Top-level wrapper — logical n_qubits decoupled from physical allocation at `safe_qubits` |
420
+
421
+ ### Benchmark vs PennyLane — Windows CPU (8 GB RAM)
422
+
423
+ > Dense Evolution maintains constant ~2 GB RAM at any qubit count via dynamic chunking.
424
+ > PennyLane allocates the full statevector — OOM beyond 26q.
425
+
426
+ | Qubits | Hilbert Space | PennyLane | PennyLane RAM | Dense Evolution | Dense RAM | Chunk Geometry |
427
+ |:------:|:-------------:|:---------:|:-------------:|:---------------:|:---------:|:--------------:|
428
+ | 24 | 16,777,216 | ✅ | 307 MB | ✅ | 516 MB | 1× (2²⁷) |
429
+ | 26 | 67,108,864 | ✅ | 1,074 MB | ✅ | 2,050 MB | 1× (2²⁷) |
430
+ | 28 | 268,435,456 | ❌ OOM | — | ✅ | 2,050 MB | 2× (2²⁷) |
431
+ | 30 | 1,073,741,824 | ❌ OOM | — | ✅ | 2,048 MB | 8× (2²⁷) |
432
+ | 32 | 4,294,967,296 | ❌ OOM | — | ✅ | 2,048 MB | 32× (2²⁷) |
433
+
434
+ ```python
435
+ from dense_evolution import Chunk
436
+
437
+ sim = Chunk(27)
438
+ sim.run_chunk([['h', i] for i in range(27)], chunk_size_gates=500)
439
+
440
+ print(sim)
441
+ # Chunk(n_qubits=27, safe_qubits=27, num_chunks=1,
442
+ # chunk_size_bits=27, mem_per_chunk=2048.0 MB, ram_free=42.3%, has_jax=True)
443
+ ```
444
+
445
+ ---
446
+
447
+ ## ▍ Benchmarks
448
+
449
+ > Measured on Google Colab Free Tier (CPU runtime)
450
+
451
+ | Metric | Value |
452
+ |---|---|
453
+ | Numerical drift (30-layer Ansatz, 1360 gates) | `Δ = 1.11 × 10⁻¹⁶` |
454
+ | Memory footprint @ 20q | `32 MB` (float64) · `16 MB` (float32) |
455
+ | JIT compile overhead (first run) | `< 400 ms` |
456
+ | Gate throughput after warm-up | `> 10⁶ gates/s` (CPU) |
457
+ | Maximum tested qubits (Colab Free) | `24q` stable · `33q` high-RAM runtime |
458
+ | Anti-OOM latency reduction (static JIT cache) | `−86.47%` |
459
+
460
+ ---
461
+
462
+ ## ▍ Dashboard Panels
463
+
464
+ | Panel | Contents |
465
+ |---|---|
466
+ | **Overview** | R0 header · R1 P(\|n⟩) histogram + Top-12 states · R2 wavefunction helix 3D + metrics table · R3 noise analysis + shot histogram · R4–R6 VQE telemetry ×3 · R7 Pearson heatmap |
467
+ | **Fisica Stato** | Bloch projection · Schmidt rank · coherence vector |
468
+ | **Mosaico** | 2D probability density map up to 1008 qubits |
469
+ | **VQE Results** | 6-subplot: energy convergence, entropy, purity, ‖∇L‖, noise factor, θ-correction |
470
+ | **MD Results** | 6-subplot MD telemetry + masked Pearson correlation heatmap |
471
+ | **Performance** | Gate throughput · JIT compile time · RAM usage |
472
+
473
+ ---
474
+
475
+ ## ▍ VQE Engine
476
+
477
+ **Positional parameter injection** — `QASMParser` tokenizes all literals to `0.0` for JIT speed. VQE recovers parameters by:
478
+ 1. Counting parametric gates (`rx ry rz p u1 cp crz`) → `n_params`
479
+ 2. Initializing `θ ∈ ℝⁿ` uniform in `[−π, π]`
480
+ 3. Injecting `θ[i]` sequentially by gate order in the AST via `risolvi_qasm()`
481
+
482
+ Compatible with any custom OpenQASM 2.0 string without pre-labelling.
483
+
484
+ **Gradient & update rule:**
485
+
486
+ $$\frac{\partial E}{\partial \theta_i} = \left\langle\psi(\theta)\left|\frac{\partial H}{\partial \theta_i}\right|\psi(\theta)\right\rangle \qquad \theta \leftarrow \theta - \frac{\alpha\,\hat{m}_t}{\sqrt{\hat{v}_t}+\varepsilon}$$
487
+
488
+ **Telemetry columns** (→ `df_vqe_telemetry`):
489
+
490
+ | Column | Unit | Description |
491
+ |---|---|---|
492
+ | `VQE_Energy` | Ha | ⟨ψ\|H\|ψ⟩ |
493
+ | `Entropy` | bit | −Tr(ρ log₂ ρ) |
494
+ | `Purity` | — | Tr(ρ²) ∈ [1/d, 1] |
495
+ | `Gradient` | — | ‖∇L‖ — barren plateau detection |
496
+ | `Noise_Factor` | — | Fidelity-derived noise proxy |
497
+ | `Theta_Correction` | rad | ADAM step norm |
498
+
499
+ ---
500
+
501
+ ## ▍ Hamiltonian Library
502
+
503
+ Auto-filtered by qubit count to prevent shape mismatch.
504
+
505
+ | Molecule | Qubits | Bond length | E₀ (Ha) |
506
+ |---|:---:|:---:|:---:|
507
+ | H₂ | 2 | 0.74 Å | −1.13 |
508
+ | H₃⁺ | 3 | 0.85 Å | −1.28 |
509
+ | LiH | 4 | 1.40 Å | −2.31 |
510
+ | H₂O | 5 | 0.96 Å | −4.12 |
511
+
512
+ Custom: JSON array of diagonal eigenvalues, length `2^n_qubits`.
513
+
514
+ ---
515
+
516
+ ## ▍ Circuit Library (30+ presets)
517
+
518
+ All circuits stored as OpenQASM 2.0 strings in `QASM_LIBRARY`.
519
+
520
+ **Standard** — Bell Φ⁺, QFT 4q/8q, Toffoli, Adder 2-bit, Deutsch-Jozsa, Bernstein-Vazirani
521
+
522
+ **Algorithms** — Grover 3q/4q, Simon 4q, Shor 15, HHL, QAOA Max-Cut 4q, QPE 5q, Quantum Walk, Teleportation, BB84
523
+
524
+ ---
525
+
526
+ ## ▍ Changelog
527
+
528
+ ### v8.1.8
529
+ - **Fixed**: `parser.py` — controlled two-qubit gates (`cx`/`cy`/`cz`/`cp`/`crz`) parsed from QASM in the dashboard layer had control and target swapped relative to `compiler.py`'s documented `(gate, control, target)` contract, breaking entanglement for circuits run through the dashboard. The core `QASMCircuit.to_tuples()` path was already correct.
530
+ - **Fixed**: `parser.py` — range syntax (`q[0:3]`) on single-qubit gates only applied to the first qubit in the range, silently dropping the rest. Now expands into one gate application per qubit, matching the parser's own documented contract.
531
+ - **Fixed**: `from dense_evolution import Chunk` raised `ImportError` — `Chunk` is now re-exported from the package root. Added `get_probabilities()`/`get_statevector()` to `Chunk` for parity with `DenseSVSimulator`.
532
+ - **Removed**: `dense_evolution/test2.py` and `stress_test.py` — byte-identical, assertion-free debug scripts that shipped inside every install with 0% test coverage. Their one real check (Kraus noise is genuinely stochastic across independent runs) is now a real regression test.
533
+
534
+ ### v8.1.7
535
+ - `ia_utils/` — new package: `median_healing`, `enhanced_dense_healing_hybrid` for vector sequence healing (NaN/Inf-safe)
536
+ - `jax` import in `ia_utils.vector_healing` made lazy — importable without the `[jax]` extra
537
+ - Fixed `reconstruction_error` telemetry returning `NaN` when input contained `NaN`/`Inf`
538
+ - Added `scipy` to core dependencies (was used but undeclared)
539
+
540
+ ### v8.1.6
541
+ - Modular package structure (`dense_evolution/` directory)
542
+ - Split `registry.py`, `gates.py`, `healing.py`, `chunk.py` into dedicated modules
543
+
544
+ ### v8.1.5
545
+ - `chunk.py` — `SafeMemoryGuard`: hard block at configurable free-RAM threshold (default 15%), soft warning at 2× threshold, `gc.collect()` before every check
546
+ - `chunk.py` — `Chunk` no longer subclasses `DenseSVSimulator`; inner simulator allocated at `safe_qubits` only — eliminates `RESOURCE_EXHAUSTED` on 28q–34q circuits
547
+ - `chunk.py` — `CircuitChunker.split_circuit` RAM-checks every gate-slice before dispatch
548
+ - `chunk.py` — `MemoryChunker` attributes (`num_chunks`, `chunk_size_bits`, `dtype`) forwarded as `@property` on `Chunk` for benchmark compatibility
549
+
550
+ ### v8.1.0
551
+ - `healing.py` — Predictive State Engine: `calculate_phi_ab`, `calculate_vettore_dinamico`, `calculate_delta_preemp`, `evaluate_phi_trigger`, `calculate_jax_reflection` — all `@jax.jit`
552
+ - `MemoryReflectionEngine` — event logging + JAX Zero-Drift spectral aggregation
553
+
554
+ ### v8.0.x
555
+ - `run_parametric_batch_jit()` — `jax.vmap` over full parameter grids in single XLA call
556
+ - `run_circuit_jit_beast_mode()` — static JIT compilation with QuantumTranspiler
557
+ - OpenQASM 2.0/3.0 dual-mode parser with paren-depth-aware expression splitting
558
+ - `NoiseModel` Kraus channels in `registry.py`
559
+
560
+ ---
561
+
562
+ ## ▍ License
563
+
564
+ **Business Source License 1.1** — converts automatically to **Apache 2.0** on **1 June 2029**.
565
+
566
+ - Non-commercial use: unrestricted
567
+ - Commercial use: ≤ 24 allocated qubits · ≤ 1,000 circuits/day · ≤ 10,000 shots/circuit
568
+ - Attribution required: `© 2026 Salvatore Pennacchio <jtatopenn@libero.it> — Dense Evolution`
569
+
570
+ Full text: [LICENSE.md](LICENSE.md)
571
+
572
+ ---
573
+
574
+ <div align="center">
575
+ <sub>© 2026 Salvatore Pennacchio — Dense Evolution</sub>
576
+ </div>