A package for Implementing Walsh Pulse Sequenece constructed out of XY Hamiltonian based on Votto, M., Zeiher, J., & Vermersch, B. (2023). Robust universal quantum processors in spin systems via Walsh pulse sequences. arXiv preprint arXiv:2311.10600.
Project description
WPSProtocol
This is developed as part of my summer internship at LPMMC, UGA-CNRS, Grenoble, France.
WPSProtocol makes use of Walsh Functions to generate Pulse Sequences for selective interactions among qubits based on the underlying XY Hamiltonian.
WPSProtocol contains codes for implementing the protocol described in this paper Votto, M., Zeiher, J., & Vermersch, B. (2023). Robust universal quantum processors in spin systems via Walsh pulse sequences. arXiv preprint arXiv:2311.10600.
Installation
Create a virtual environment
conda create -n <virtual_env name>
Installing the package
python -m pip install WPSProtocol
Run Locally
Make sure to create a virtual environment. To create a conda environment, using the following command.
conda create -n <virtual_env name>
Clone the project
- Using https
git clone https://github.com/JessicaJohnBritto/WalshPulseSeq.git
- Using ssh
git clone git@github.com:JessicaJohnBritto/WalshPulseSeq.git
To use it in development mode.
Note: Be inside the directory where pyproject.toml is before running the following command. For eg - here WalshPulseSeq is the directory, therefore, the path variable should be ../WalshPulseSeq.
python -m pip install -e .
To install the package using git, use the following commands.
python -m pip install git+https://github.com/JessicaJohnBritto/WalshPulseSeq.git#egg=WPSProtocol
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wpsprotocol-1.0.post4.tar.gz.
File metadata
- Download URL: wpsprotocol-1.0.post4.tar.gz
- Upload date:
- Size: 7.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
539ef9a12dd06facc250b9abb724e3bf8f30296b5f61cc802fcb19e6795feded
|
|
| MD5 |
1a441fdcf7d64ab8463838a4ec16279c
|
|
| BLAKE2b-256 |
d12097fa73be07899d76e1f272b8aa805758f244de15384b3da1a4800393a1f5
|
File details
Details for the file WPSProtocol-1.0.post4-py3-none-any.whl.
File metadata
- Download URL: WPSProtocol-1.0.post4-py3-none-any.whl
- Upload date:
- Size: 26.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bc01ebb73007e2f8e0f409bf070ced4bc6b7ec0b7b47d14c6dc82c93660523f
|
|
| MD5 |
733e64fd1d363b8bdbbae2babdcf4dde
|
|
| BLAKE2b-256 |
26a92560a99d4577c8f3460ada1de04a6355f18170209cbfdd16c372af8c303a
|