oqtant


Nameoqtant JSON
Version 3.0.2 PyPI version JSON
download
home_pagehttps://oqtant.infleqtion.com/
SummaryOqtant Desktop Suite
upload_time2024-09-26 16:10:22
maintainerNone
docs_urlNone
authorLarry Buza
requires_python<3.12,>=3.10
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Oqtant API (OqtAPI)

Oqtant offers a Python package that works with Jupyter notebooks to provide access to more complex experiments, fine-tuned control over job inputs, and more in-depth data analysis tooling.

With [Oqtant Quantum Matter Service](https://oqtant.infleqtion.com), create a form of quantum matter called a Bose-Einstein condensate (BEC), wherein quantum phenomena are visible on a macroscopic scale. Using light, programmatically manipulate BECs to explore a multitude of phenomena: superposition, interference, tunneling, superfluidity, and more!

[![License: Apache](https://img.shields.io/badge/License-Apache-yellow.svg)](https://opensource.org/licenses/Apache-2.0)
[![pypi](https://img.shields.io/pypi/v/oqtant.svg)](https://pypi.python.org/pypi/oqtant)
[![versions](https://img.shields.io/pypi/pyversions/bert-schemas.svg)](https://pypi.python.org/pypi/bert-schemas)
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/Infleqtion.svg?style=social&label=Follow%20%40Infleqtion)](https://twitter.com/Infleqtion)

## 🚀 Installation

The easiest way to install Oqtant's Python API is via pip:

```shell
pip install oqtant
```

### Update

From a terminal, run:

```shell
pip install --upgrade oqtant
```

Or from within a Jupyter notebook, run:

```shell
%pip install --upgrade oqtant
```

To submit jobs, you will need an Oqtant account. [Register and start for free!](https://oqtant.infleqtion.com)
For more details, see the [Quick Start Guide](https://oqtant-docs.infleqtion.com/INSTALL)

## 🧭 Introduction

After installing Oqtant's Python API, you can explore the [Example Jupyter Notebooks](https://oqtant-docs.infleqtion.com/examples/hello_world/). These notebooks will walk you through the functionality and capabilities of using the Oqtant API. Additionally, there is a growing library of [Demonstration Jupyter Notebooks](https://oqtant-docs.infleqtion.com/examples/demos/demo_1_quantum_interference/) for showing specific quantum phenomena on Oqtant (e.g. interference).

Oqtant's Python API contains tools to:

- Have the programmatic equivalent of the same job functionality as the [Oqtant Web App](https://oqtant.infleqtion.com), and more

- Build parameterized (i.e. optimization) experiments using OqtantJobs

- Submit and retrieve OqtantJob results

- Analyze OqtantJob results

## 📓 Documentation

- [Quick Start Guide](https://oqtant-docs.infleqtion.com/INSTALL)
- [Oqtant API docs](https://oqtant-docs.infleqtion.com/oqtant_client_docs)
- [Oqtant REST API docs](https://oqtant-docs.infleqtion.com/oqtant_rest_api_docs)
- [Example Notebooks](https://oqtant-docs.infleqtion.com/examples/hello_world)

            

Raw data

            {
    "_id": null,
    "home_page": "https://oqtant.infleqtion.com/",
    "name": "oqtant",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Larry Buza",
    "author_email": "lawrence.buza@coldquanta.com",
    "download_url": "https://files.pythonhosted.org/packages/10/7d/41c5ae3d9d246fa6ef638fc3ec36f15d5849d221424121484b112944af49/oqtant-3.0.2.tar.gz",
    "platform": null,
    "description": "# Oqtant API (OqtAPI)\n\nOqtant offers a Python package that works with Jupyter notebooks to provide access to more complex experiments, fine-tuned control over job inputs, and more in-depth data analysis tooling.\n\nWith [Oqtant Quantum Matter Service](https://oqtant.infleqtion.com), create a form of quantum matter called a Bose-Einstein condensate (BEC), wherein quantum phenomena are visible on a macroscopic scale. Using light, programmatically manipulate BECs to explore a multitude of phenomena: superposition, interference, tunneling, superfluidity, and more!\n\n[![License: Apache](https://img.shields.io/badge/License-Apache-yellow.svg)](https://opensource.org/licenses/Apache-2.0)\n[![pypi](https://img.shields.io/pypi/v/oqtant.svg)](https://pypi.python.org/pypi/oqtant)\n[![versions](https://img.shields.io/pypi/pyversions/bert-schemas.svg)](https://pypi.python.org/pypi/bert-schemas)\n[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/Infleqtion.svg?style=social&label=Follow%20%40Infleqtion)](https://twitter.com/Infleqtion)\n\n## \ud83d\ude80 Installation\n\nThe easiest way to install Oqtant's Python API is via pip:\n\n```shell\npip install oqtant\n```\n\n### Update\n\nFrom a terminal, run:\n\n```shell\npip install --upgrade oqtant\n```\n\nOr from within a Jupyter notebook, run:\n\n```shell\n%pip install --upgrade oqtant\n```\n\nTo submit jobs, you will need an Oqtant account. [Register and start for free!](https://oqtant.infleqtion.com)\nFor more details, see the [Quick Start Guide](https://oqtant-docs.infleqtion.com/INSTALL)\n\n## \ud83e\udded Introduction\n\nAfter installing Oqtant's Python API, you can explore the [Example Jupyter Notebooks](https://oqtant-docs.infleqtion.com/examples/hello_world/). These notebooks will walk you through the functionality and capabilities of using the Oqtant API. Additionally, there is a growing library of [Demonstration Jupyter Notebooks](https://oqtant-docs.infleqtion.com/examples/demos/demo_1_quantum_interference/) for showing specific quantum phenomena on Oqtant (e.g. interference).\n\nOqtant's Python API contains tools to:\n\n- Have the programmatic equivalent of the same job functionality as the [Oqtant Web App](https://oqtant.infleqtion.com), and more\n\n- Build parameterized (i.e. optimization) experiments using OqtantJobs\n\n- Submit and retrieve OqtantJob results\n\n- Analyze OqtantJob results\n\n## \ud83d\udcd3 Documentation\n\n- [Quick Start Guide](https://oqtant-docs.infleqtion.com/INSTALL)\n- [Oqtant API docs](https://oqtant-docs.infleqtion.com/oqtant_client_docs)\n- [Oqtant REST API docs](https://oqtant-docs.infleqtion.com/oqtant_rest_api_docs)\n- [Example Notebooks](https://oqtant-docs.infleqtion.com/examples/hello_world)\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Oqtant Desktop Suite",
    "version": "3.0.2",
    "project_urls": {
        "Homepage": "https://oqtant.infleqtion.com/",
        "Repository": "https://gitlab.com/infleqtion/albert/oqtant"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ac392576a852a8d00819d3d54cab79c4b164c62f9d216e30de9df013627ddaa",
                "md5": "1d1070de7fb69ba391d1cafe12c16988",
                "sha256": "32c11fbfe589d03d1f355fef547f3b5c4a2a1339ab88edd0dac1146ea22009f9"
            },
            "downloads": -1,
            "filename": "oqtant-3.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1d1070de7fb69ba391d1cafe12c16988",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.10",
            "size": 66282,
            "upload_time": "2024-09-26T16:10:21",
            "upload_time_iso_8601": "2024-09-26T16:10:21.319736Z",
            "url": "https://files.pythonhosted.org/packages/5a/c3/92576a852a8d00819d3d54cab79c4b164c62f9d216e30de9df013627ddaa/oqtant-3.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "107d41c5ae3d9d246fa6ef638fc3ec36f15d5849d221424121484b112944af49",
                "md5": "1b80901ea4918055a1173058a2532231",
                "sha256": "3753d1dc477b12d9b14a8f0463a755ba733010efb8b3a8dd55aff3333b699de9"
            },
            "downloads": -1,
            "filename": "oqtant-3.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1b80901ea4918055a1173058a2532231",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.10",
            "size": 79286,
            "upload_time": "2024-09-26T16:10:22",
            "upload_time_iso_8601": "2024-09-26T16:10:22.760571Z",
            "url": "https://files.pythonhosted.org/packages/10/7d/41c5ae3d9d246fa6ef638fc3ec36f15d5849d221424121484b112944af49/oqtant-3.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-26 16:10:22",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "infleqtion",
    "gitlab_project": "albert",
    "lcname": "oqtant"
}
        
Elapsed time: 0.45718s