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.
[1] J. Zylberman and F. Debbasch, Phys. Rev. A 109, 042401 (2024).
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