Skip to content

Commit f15238b

Browse files
Merge branch 'master' into dependabot/github_actions/julia-actions/setup-julia-3
2 parents 1da5627 + 8780329 commit f15238b

20 files changed

Lines changed: 83311 additions & 83282 deletions

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<p align="center">
3030
<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"/>
3232
</a>
3333
</p>
3434

@@ -40,7 +40,7 @@
4040
<a href="#authorship-and-maintenance">Authorship</a>
4141
</p>
4242

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.
4444

4545
The package includes QFT, damping-transform (DT), and full z-transform (zT) pipelines, together with MPS compression, MPO construction, and direct coefficient extraction tools.
4646

@@ -70,16 +70,17 @@ DT and zT use the same high-level API style as QFT, so moving between Fourier an
7070
- Build compressed transform operators with `build_qft_mpo`, `build_dt_mpo`, and `build_zt_mpo`
7171
- Apply through the same contraction interface (`W * ψ`)
7272
- Keep transform accuracy under explicit truncation control
73+
- The circuit-compression construction is strictly optimal for these transform circuits.
7374

7475
<p align="center">
7576
<img src="docs/src/animations/assets/CircuitCompression.gif" alt="QFT circuit compression animation" width="390">
7677
<img src="docs/src/animations/assets/DTCircuitCompression.gif" alt="DT circuit compression animation" width="390">
7778
</p>
7879

7980
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/)
8384

8485
### 3) z-domain analysis and pole scanning
8586

@@ -148,7 +149,7 @@ T_{\mathrm{apply}} \sim O\left( \chi_s^2 \log N \right).
148149
$$
149150

150151
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/**
152153

153154
## Authorship and maintenance
154155

docs/src/assets/dft_spectrum_comparison.svg

Lines changed: 51 additions & 51 deletions
Loading

docs/src/assets/dt_cosexp_comparison.svg

Lines changed: 39 additions & 39 deletions
Loading

docs/src/assets/dt_texp_comparison.svg

Lines changed: 40 additions & 40 deletions
Loading

docs/src/assets/signal_noisy_comparison.svg

Lines changed: 35 additions & 35 deletions
Loading

docs/src/assets/signal_structured_comparison.svg

Lines changed: 36 additions & 36 deletions
Loading

docs/src/assets/zt_pole_scan_coarse.svg

Lines changed: 65692 additions & 65693 deletions
Loading

docs/src/assets/zt_pole_scan_fine.svg

Lines changed: 14418 additions & 14419 deletions
Loading

docs/src/assets/zt_pole_scan_superfine.svg

Lines changed: 2576 additions & 2577 deletions
Loading

docs/src/assets/zt_small_kl.svg

Lines changed: 252 additions & 252 deletions
Loading

0 commit comments

Comments
 (0)