pulser-simulation


Namepulser-simulation JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/pasqal-io/Pulser
SummaryAn emulator of pulse-level sequences created with Pulser.
upload_time2025-02-14 17:16:59
maintainerNone
docs_urlNone
authorPulser Development Team
requires_python>=3.9
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # pulser-simulation

[Pulser](https://pypi.org/project/pulser/) is a framework for composing, simulating and executing **pulse** sequences for neutral-atom quantum devices.

This is the `pulser-simulation` extension, which provides the functionalities needed to emulate `pulser` sequences.

## Installation

The standard Pulser installation,

```bash
pip install pulser
```

will automatically install `pulser-simulation`. If you wish to install it on its own, you can also run

```bash
pip install pulser-simulation
```

Note that `pulser-core` is a requirement of `pulser-simulation`, so it will be installed if it hasn't been already.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pasqal-io/Pulser",
    "name": "pulser-simulation",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Pulser Development Team",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# pulser-simulation\n\n[Pulser](https://pypi.org/project/pulser/) is a framework for composing, simulating and executing **pulse** sequences for neutral-atom quantum devices.\n\nThis is the `pulser-simulation` extension, which provides the functionalities needed to emulate `pulser` sequences.\n\n## Installation\n\nThe standard Pulser installation,\n\n```bash\npip install pulser\n```\n\nwill automatically install `pulser-simulation`. If you wish to install it on its own, you can also run\n\n```bash\npip install pulser-simulation\n```\n\nNote that `pulser-core` is a requirement of `pulser-simulation`, so it will be installed if it hasn't been already.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "An emulator of pulse-level sequences created with Pulser.",
    "version": "1.3.0",
    "project_urls": {
        "Homepage": "https://github.com/pasqal-io/Pulser"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b9d836172a9d1cae2f24a4797b59491f32ee07f4ff0ab5f9ee89e910338f5be9",
                "md5": "75a04affdcd6f1e1e636cdc78531e597",
                "sha256": "65757d4bf8d32fbad78d3b095f9c6d75e3d077b5b7a4acc57a2e6e8beab35b4f"
            },
            "downloads": -1,
            "filename": "pulser_simulation-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "75a04affdcd6f1e1e636cdc78531e597",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 42998,
            "upload_time": "2025-02-14T17:16:59",
            "upload_time_iso_8601": "2025-02-14T17:16:59.682295Z",
            "url": "https://files.pythonhosted.org/packages/b9/d8/36172a9d1cae2f24a4797b59491f32ee07f4ff0ab5f9ee89e910338f5be9/pulser_simulation-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-14 17:16:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pasqal-io",
    "github_project": "Pulser",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "pulser-simulation"
}
        
Elapsed time: 0.36461s