Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wpsprotocol-1.0.post4.tar.gz (7.6 MB view hashes)

Uploaded Source

Built Distribution

WPSProtocol-1.0.post4-py3-none-any.whl (26.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page