WPSProtocol


NameWPSProtocol JSON
Version 1.0.post4 PyPI version JSON
download
home_pageNone
SummaryA 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.
upload_time2024-09-04 19:28:18
maintainerNone
docs_urlNone
authorNone
requires_python==3.8.19
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# 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

```bash
conda create -n <virtual_env name>
```

Installing the package
```bash
python -m pip install WPSProtocol
```

## Run Locally

Make sure to create a virtual environment. To create a conda environment, using the following command.
```bash
  conda create -n <virtual_env name>
``` 
Clone the project
- Using https

```bash
  git clone https://github.com/JessicaJohnBritto/WalshPulseSeq.git
```
- Using ssh
```bash
  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.
```bash
  python -m pip install -e .
```

To install the package using git, use the following commands.

```bash
  python -m pip install git+https://github.com/JessicaJohnBritto/WalshPulseSeq.git#egg=WPSProtocol

```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "WPSProtocol",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "==3.8.19",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Jessica John Britto <jessicajohnbritto@kgpian.iitkgp.ac.in>",
    "download_url": "https://files.pythonhosted.org/packages/d1/20/97fa73be07899d76e1f272b8aa805758f244de15384b3da1a4800393a1f5/wpsprotocol-1.0.post4.tar.gz",
    "platform": null,
    "description": "\r\n# WPSProtocol\r\n\r\nThis is developed as part of my summer internship at LPMMC, UGA-CNRS, Grenoble, France. \r\n\r\nWPSProtocol makes use of Walsh Functions to generate Pulse Sequences for selective interactions among qubits based on the underlying XY Hamiltonian.\r\n\r\nWPSProtocol 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.\r\n\r\n## Installation\r\n\r\nCreate a virtual environment\r\n\r\n```bash\r\nconda create -n <virtual_env name>\r\n```\r\n\r\nInstalling the package\r\n```bash\r\npython -m pip install WPSProtocol\r\n```\r\n\r\n## Run Locally\r\n\r\nMake sure to create a virtual environment. To create a conda environment, using the following command.\r\n```bash\r\n  conda create -n <virtual_env name>\r\n``` \r\nClone the project\r\n- Using https\r\n\r\n```bash\r\n  git clone https://github.com/JessicaJohnBritto/WalshPulseSeq.git\r\n```\r\n- Using ssh\r\n```bash\r\n  git clone git@github.com:JessicaJohnBritto/WalshPulseSeq.git\r\n```\r\n\r\nTo use it in development mode.\r\n\r\nNote: 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.\r\n```bash\r\n  python -m pip install -e .\r\n```\r\n\r\nTo install the package using git, use the following commands.\r\n\r\n```bash\r\n  python -m pip install git+https://github.com/JessicaJohnBritto/WalshPulseSeq.git#egg=WPSProtocol\r\n\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "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.",
    "version": "1.0.post4",
    "project_urls": {
        "Homepage": "https://github.com/JessicaJohnBritto/WalshPulseSeq/tree/main",
        "Issues": "https://github.com/JessicaJohnBritto/WalshPulseSeq/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26a92560a99d4577c8f3460ada1de04a6355f18170209cbfdd16c372af8c303a",
                "md5": "733e64fd1d363b8bdbbae2babdcf4dde",
                "sha256": "9bc01ebb73007e2f8e0f409bf070ced4bc6b7ec0b7b47d14c6dc82c93660523f"
            },
            "downloads": -1,
            "filename": "WPSProtocol-1.0.post4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "733e64fd1d363b8bdbbae2babdcf4dde",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "==3.8.19",
            "size": 26338,
            "upload_time": "2024-09-04T19:27:49",
            "upload_time_iso_8601": "2024-09-04T19:27:49.641477Z",
            "url": "https://files.pythonhosted.org/packages/26/a9/2560a99d4577c8f3460ada1de04a6355f18170209cbfdd16c372af8c303a/WPSProtocol-1.0.post4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d12097fa73be07899d76e1f272b8aa805758f244de15384b3da1a4800393a1f5",
                "md5": "1a441fdcf7d64ab8463838a4ec16279c",
                "sha256": "539ef9a12dd06facc250b9abb724e3bf8f30296b5f61cc802fcb19e6795feded"
            },
            "downloads": -1,
            "filename": "wpsprotocol-1.0.post4.tar.gz",
            "has_sig": false,
            "md5_digest": "1a441fdcf7d64ab8463838a4ec16279c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "==3.8.19",
            "size": 7594915,
            "upload_time": "2024-09-04T19:28:18",
            "upload_time_iso_8601": "2024-09-04T19:28:18.131655Z",
            "url": "https://files.pythonhosted.org/packages/d1/20/97fa73be07899d76e1f272b8aa805758f244de15384b3da1a4800393a1f5/wpsprotocol-1.0.post4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-04 19:28:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JessicaJohnBritto",
    "github_project": "WalshPulseSeq",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wpsprotocol"
}
        
Elapsed time: 0.37913s