photon-weave


Namephoton-weave JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/tqsd/photon_weave
SummaryA quantum optics simulator for modeling and analysis of quantum systems.
upload_time2024-10-17 17:18:11
maintainerNone
docs_urlNone
authorSimon Sekavčnik, Kareem H. El-Safty, Janis Nötzel
requires_python>=3.10
licenseApache-2.0
keywords quantum optics simulation quantum mechanics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Photon Weave
![Coverage](assets/coverage.svg)

Photon Weave is a quantum optics simulator designed for modeling and analysis of quantum systems. Focusing on individual temporal modes, it offers comprehensive support for simulating quantums tates within Fock spaces along with their polarization degrees of freedom.

## Installation

This package can be installed using pip:
```bash
pip install photon-weave
```
or it can be installed from this repository:
```bash
pip install git+https://github.com/tqsd/photon_weave.git
```

### Installation for developing
In case you want to add a feature, you can install the system with:
```bash
git clone git@github.com:tqsd/photon_weave.git
cd photon_weave
pip install -e .
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tqsd/photon_weave",
    "name": "photon-weave",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "quantum optics, simulation, quantum mechanics",
    "author": "Simon Sekav\u010dnik, Kareem H. El-Safty, Janis N\u00f6tzel",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ff/97/e09711c9bdcdbc105e1e98149f677beae5f77619d8e744bc4efb273c5032/photon_weave-0.1.4.tar.gz",
    "platform": null,
    "description": "# Photon Weave\n![Coverage](assets/coverage.svg)\n\nPhoton Weave is a quantum optics simulator designed for modeling and analysis of quantum systems. Focusing on individual temporal modes, it offers comprehensive support for simulating quantums tates within Fock spaces along with their polarization degrees of freedom.\n\n## Installation\n\nThis package can be installed using pip:\n```bash\npip install photon-weave\n```\nor it can be installed from this repository:\n```bash\npip install git+https://github.com/tqsd/photon_weave.git\n```\n\n### Installation for developing\nIn case you want to add a feature, you can install the system with:\n```bash\ngit clone git@github.com:tqsd/photon_weave.git\ncd photon_weave\npip install -e .\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A quantum optics simulator for modeling and analysis of quantum systems.",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/tqsd/photon_weave",
        "Repository": "https://github.com/tqsd/photon_weave"
    },
    "split_keywords": [
        "quantum optics",
        " simulation",
        " quantum mechanics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f7f34cc12b8b6cfbeacdb06e5480d3909911e4964aff30514c0667672d42f0b",
                "md5": "4330ac214601a6337016b8bdd6f229f3",
                "sha256": "2a5cc3cab050f997f77f618c7984a37cbdf155b239a899cb78fe2952d20ede88"
            },
            "downloads": -1,
            "filename": "photon_weave-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4330ac214601a6337016b8bdd6f229f3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 62057,
            "upload_time": "2024-10-17T17:18:10",
            "upload_time_iso_8601": "2024-10-17T17:18:10.652331Z",
            "url": "https://files.pythonhosted.org/packages/0f/7f/34cc12b8b6cfbeacdb06e5480d3909911e4964aff30514c0667672d42f0b/photon_weave-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff97e09711c9bdcdbc105e1e98149f677beae5f77619d8e744bc4efb273c5032",
                "md5": "8ae1fa4daba124d94c5cdc95e8cd1f8a",
                "sha256": "364cf632dacfe3256d89ab75f8c11f0ee3a401b118e5c84acacafe3bacaba992"
            },
            "downloads": -1,
            "filename": "photon_weave-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "8ae1fa4daba124d94c5cdc95e8cd1f8a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 47829,
            "upload_time": "2024-10-17T17:18:11",
            "upload_time_iso_8601": "2024-10-17T17:18:11.710538Z",
            "url": "https://files.pythonhosted.org/packages/ff/97/e09711c9bdcdbc105e1e98149f677beae5f77619d8e744bc4efb273c5032/photon_weave-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-17 17:18:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tqsd",
    "github_project": "photon_weave",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "photon-weave"
}
        
Elapsed time: 0.30857s