Skip to content
/ WSL Public

This repository contains a tutorial on the Walsh Series (WSL) algorithm.

License

Notifications You must be signed in to change notification settings

qcpolimi/WSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository contains a tutorial on the Walsh Series (WSL) algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published