cuquantum-python


Namecuquantum-python JSON
Version 24.3.0 PyPI version JSON
download
home_pagehttps://developer.nvidia.com/cuquantum-sdk
SummaryNVIDIA cuQuantum Python
upload_time2024-03-22 22:53:05
maintainerNone
docs_urlNone
authorNVIDIA Corporation
requires_pythonNone
licenseBSD-3-Clause
keywords cuda nvidia state vector tensor network high-performance computing quantum computing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ***********************
NVIDIA cuQuantum Python
***********************

NVIDIA cuQuantum Python provides Python bindings and high-level object-oriented models for accessing the full functionalities of NVIDIA cuQuantum SDK from Python.

Installation
============

.. code-block:: bash

   pip install -v --no-cache-dir cuquantum-python

.. note::

   Starting cuQuantum 22.11, this package is a meta package pointing to ``cuquantum-python-cuXX``,
   where XX is the CUDA major version (currently CUDA 11 & 12 are supported).
   The meta package will attempt to infer and install the correct ``-cuXX`` wheel. However,
   in situations where the auto-detection fails, this package currently points to ``cuquantum-python-cu11``
   with a warning raised (if the verbosity flag ``-v`` is set, as shown above). This behavior
   is subject to change in the future, and users are encouraged to install the new wheels that
   come *with* the ``-cuXX`` suffix.

   The argument ``--no-cache-dir`` is required for pip 23.1+. It forces pip to execute the
   auto-detection logic.

Citing cuQuantum
================

Pleae click this Zenodo badge to see the citation format: |DOI|

.. |DOI| image:: https://zenodo.org/badge/435003852.svg
    :target: https://zenodo.org/badge/latestdoi/435003852

            

Raw data

            {
    "_id": null,
    "home_page": "https://developer.nvidia.com/cuquantum-sdk",
    "name": "cuquantum-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "cuda, nvidia, state vector, tensor network, high-performance computing, quantum computing",
    "author": "NVIDIA Corporation",
    "author_email": "cuda_installer@nvidia.com",
    "download_url": "https://files.pythonhosted.org/packages/1f/94/6a46aeac3965a843346d327e8464bcb496d0487703d4d1baf66b52f30be1/cuquantum-python-24.3.0.tar.gz",
    "platform": null,
    "description": "***********************\nNVIDIA cuQuantum Python\n***********************\n\nNVIDIA cuQuantum Python provides Python bindings and high-level object-oriented models for accessing the full functionalities of NVIDIA cuQuantum SDK from Python.\n\nInstallation\n============\n\n.. code-block:: bash\n\n   pip install -v --no-cache-dir cuquantum-python\n\n.. note::\n\n   Starting cuQuantum 22.11, this package is a meta package pointing to ``cuquantum-python-cuXX``,\n   where XX is the CUDA major version (currently CUDA 11 & 12 are supported).\n   The meta package will attempt to infer and install the correct ``-cuXX`` wheel. However,\n   in situations where the auto-detection fails, this package currently points to ``cuquantum-python-cu11``\n   with a warning raised (if the verbosity flag ``-v`` is set, as shown above). This behavior\n   is subject to change in the future, and users are encouraged to install the new wheels that\n   come *with* the ``-cuXX`` suffix.\n\n   The argument ``--no-cache-dir`` is required for pip 23.1+. It forces pip to execute the\n   auto-detection logic.\n\nCiting cuQuantum\n================\n\nPleae click this Zenodo badge to see the citation format: |DOI|\n\n.. |DOI| image:: https://zenodo.org/badge/435003852.svg\n    :target: https://zenodo.org/badge/latestdoi/435003852\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "NVIDIA cuQuantum Python",
    "version": "24.3.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/NVIDIA/cuQuantum/issues",
        "Documentation": "https://docs.nvidia.com/cuda/cuquantum/python/",
        "Homepage": "https://developer.nvidia.com/cuquantum-sdk",
        "Source Code": "https://github.com/NVIDIA/cuQuantum",
        "User Forum": "https://github.com/NVIDIA/cuQuantum/discussions"
    },
    "split_keywords": [
        "cuda",
        " nvidia",
        " state vector",
        " tensor network",
        " high-performance computing",
        " quantum computing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f946a46aeac3965a843346d327e8464bcb496d0487703d4d1baf66b52f30be1",
                "md5": "6ef1d6bb06f4a5195224cb387b835ed2",
                "sha256": "8aabe753b049d7db15725a1619149d876a7e21fe292d2f9ff59907c912567e13"
            },
            "downloads": -1,
            "filename": "cuquantum-python-24.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6ef1d6bb06f4a5195224cb387b835ed2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6622,
            "upload_time": "2024-03-22T22:53:05",
            "upload_time_iso_8601": "2024-03-22T22:53:05.624390Z",
            "url": "https://files.pythonhosted.org/packages/1f/94/6a46aeac3965a843346d327e8464bcb496d0487703d4d1baf66b52f30be1/cuquantum-python-24.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 22:53:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NVIDIA",
    "github_project": "cuQuantum",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cuquantum-python"
}
        
Elapsed time: 0.20867s