Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 835 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 835 Bytes

Walsh Series Loader (WSL)

In this repository, we include a brief notebook with the implementation of the Walsh Series Loader (WSL) algorithm described in the work of Zylberman and Debbasch [1]. We highlight in such notebook the importance of including the Walsh operator of order 0 in the WSL quantum circuit, which is a particular case of Walsh operator not explicitly described in the original article.

References

[1] J. Zylberman and F. Debbasch, Phys. Rev. A 109, 042401 (2024).

Installation

We suggest you create an environment for this project using virtualenv (or another tool like conda). If you use conda, run:

conda create --name wslenv python

After cloning the project, enter in the repository of the project and run:

conda activate wslenv
pip install -r requirements.txt