qnnlib


Nameqnnlib JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://github.com/chinnapongpsu/qnnlib
SummaryThis library is designed to help data scientists easily conduct experiments with Quantum Neural Networks (QNNs) without the need to manually construct quantum circuits.
upload_time2024-11-13 15:33:55
maintainerNone
docs_urlNone
authorchinnapongpsu
requires_pythonNone
licenseMIT
keywords quantum neural networks quantum machine learningzzfeaturemap twolocal
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            QNNLib
======

A PennyLane Based Quantum Programming Library Wrapper that allow Users
to construct a Quantum Neural Networks based on ZZFeatureMap and Anstaz
Twolocal at ease with flexibility to specify number of repss

##Usage

use Python 3.11.x only
~~~~~~~~~~~~~~~~~~~~~~

.. code:: py

   #use virtual environment change python 3.x.x to 3.11.x
   py -3.11 -m venv .venv
   .venv\Scripts\Activate
   # (.venv) PS D:\project>pip install qnnlib
   # (.venv) PS D:\project>python ./test.py

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/chinnapongpsu/qnnlib",
    "name": "qnnlib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "quantum neural networks, quantum machine learningzzfeaturemap, twolocal",
    "author": "chinnapongpsu",
    "author_email": "chinnapong.a@psu.ac.th",
    "download_url": "https://files.pythonhosted.org/packages/55/ed/94ec77f842a2808b687e5e24027afef4091870bbaa2492d49a34e755730f/qnnlib-0.1.6.tar.gz",
    "platform": null,
    "description": "QNNLib\n======\n\nA PennyLane Based Quantum Programming Library Wrapper that allow Users\nto construct a Quantum Neural Networks based on ZZFeatureMap and Anstaz\nTwolocal at ease with flexibility to specify number of repss\n\n##Usage\n\nuse Python 3.11.x only\n~~~~~~~~~~~~~~~~~~~~~~\n\n.. code:: py\n\n   #use virtual environment change python 3.x.x to 3.11.x\n   py -3.11 -m venv .venv\n   .venv\\Scripts\\Activate\n   # (.venv) PS D:\\project>pip install qnnlib\n   # (.venv) PS D:\\project>python ./test.py\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This library is designed to help data scientists easily conduct experiments with Quantum Neural Networks (QNNs) without the need to manually construct quantum circuits.",
    "version": "0.1.6",
    "project_urls": {
        "Download": "https://github.com/chinnapongpsu/qnnlib/archive/refs/tags/0.1.5.zip",
        "Homepage": "https://github.com/chinnapongpsu/qnnlib"
    },
    "split_keywords": [
        "quantum neural networks",
        " quantum machine learningzzfeaturemap",
        " twolocal"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55ed94ec77f842a2808b687e5e24027afef4091870bbaa2492d49a34e755730f",
                "md5": "e268d9a04febd9fadba8c93fdc0df730",
                "sha256": "071062859b670f54dd4f5686e9f7b6e8ca275862b08a26e59b7c3654bbb97ee9"
            },
            "downloads": -1,
            "filename": "qnnlib-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "e268d9a04febd9fadba8c93fdc0df730",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8835,
            "upload_time": "2024-11-13T15:33:55",
            "upload_time_iso_8601": "2024-11-13T15:33:55.927550Z",
            "url": "https://files.pythonhosted.org/packages/55/ed/94ec77f842a2808b687e5e24027afef4091870bbaa2492d49a34e755730f/qnnlib-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-13 15:33:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chinnapongpsu",
    "github_project": "qnnlib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "qnnlib"
}
        
Elapsed time: 0.53909s