|
28 | 28 |
|
29 | 29 | <p align="center"> |
30 | 30 | <a href="https://SUTD-MDQS.github.io/QILaplace.jl"> |
31 | | - <img src="https://img.shields.io/badge/Read%20the%20Documentation-QILaplace%20Docs-9558B2?style=for-the-badge&logo=julia&logoColor=white" alt="Read the Documentation"> |
| 31 | + <img src="https://img.shields.io/badge/Read%20the%20Documentation-QILaplace%20Docs-9558B2?style=for-the-badge&logo=julia&logoColor=white" alt="Read the Documentation"/> |
32 | 32 | </a> |
33 | 33 | </p> |
34 | 34 |
|
|
40 | 40 | <a href="#authorship-and-maintenance">Authorship</a> |
41 | 41 | </p> |
42 | 42 |
|
43 | | -QILaplace.jl is a Julia package for running Fourier- and Laplace-family transforms with tensor networks on classical hardware. It is designed for large, structured signals where compressed MPS/MPO representations make dense workflows impractical. |
| 43 | +QILaplace.jl is a Julia package for Fourier- and Laplace-style transforms using tensor networks on classical hardware. It is built for large, structured signals, where compressed MPS/MPO representations keep these transforms practical when dense workflows become too expensive. |
44 | 44 |
|
45 | 45 | The package includes QFT, damping-transform (DT), and full z-transform (zT) pipelines, together with MPS compression, MPO construction, and direct coefficient extraction tools. |
46 | 46 |
|
@@ -70,16 +70,17 @@ DT and zT use the same high-level API style as QFT, so moving between Fourier an |
70 | 70 | - Build compressed transform operators with `build_qft_mpo`, `build_dt_mpo`, and `build_zt_mpo` |
71 | 71 | - Apply through the same contraction interface (`W * ψ`) |
72 | 72 | - Keep transform accuracy under explicit truncation control |
| 73 | +- The circuit-compression construction is strictly optimal for these transform circuits. |
73 | 74 |
|
74 | 75 | <p align="center"> |
75 | 76 | <img src="docs/src/animations/assets/CircuitCompression.gif" alt="QFT circuit compression animation" width="390"> |
76 | 77 | <img src="docs/src/animations/assets/DTCircuitCompression.gif" alt="DT circuit compression animation" width="390"> |
77 | 78 | </p> |
78 | 79 |
|
79 | 80 | For full circuit diagrams and examples, see: |
80 | | -- https://SUTD-MDQS.github.io/QILaplace.jl/tutorials/dft/ |
81 | | -- https://SUTD-MDQS.github.io/QILaplace.jl/tutorials/dt/ |
82 | | -- https://SUTD-MDQS.github.io/QILaplace.jl/tutorials/zt/ |
| 81 | +- [Discrete Fourier Transform](https://SUTD-MDQS.github.io/QILaplace.jl/dev/tutorials/dft/) |
| 82 | +- [Damping Transform](https://SUTD-MDQS.github.io/QILaplace.jl/dev/tutorials/dt/) |
| 83 | +- [Complex Laplace Transform](https://SUTD-MDQS.github.io/QILaplace.jl/dev/tutorials/zt/) |
83 | 84 |
|
84 | 85 | ### 3) z-domain analysis and pole scanning |
85 | 86 |
|
@@ -148,7 +149,7 @@ T_{\mathrm{apply}} \sim O\left( \chi_s^2 \log N \right). |
148 | 149 | $$ |
149 | 150 |
|
150 | 151 | For full benchmarks and runtime plots, see: |
151 | | -**https://SUTD-MDQS.github.io/QILaplace.jl/benchmarking/** |
| 152 | +**https://SUTD-MDQS.github.io/QILaplace.jl/dev/benchmarking/** |
152 | 153 |
|
153 | 154 | ## Authorship and maintenance |
154 | 155 |
|
|
0 commit comments