{ "info": { "author": "psakkaris", "author_email": "psakkaris@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Physics" ], "description": "QuDotPy\n=======\n\nA quantum computing library written in Python. Exploring quantum computing has never been easier. With QuDotPy you can \nexperiment with single-qubit operations and gates. You can build multiple-qubit states and perform measurements, and finally you can emulate quantum circuits.\n\nTo help you get started we have written a detailed usage tutorial that covers most aspects of QuDotPy. The tutorial can be found here: QuDotPy Tutorial\n\nQuDotPy depends on Numpy. You will need to have Numpy installed before you can use QuDotPy. \n\n\nGetting Started\n===============\n\nQuDotPy depends on Python 3 and is specifically tested against Pythong 3.6.5\n\nYou can test by running the unit tests in the parent qudotpy directory\n```\npython -m unittest qudotpy.test_qudotpy\n```\n\n```\n$ python\n>>> from qudotpy import qudot\n>>> print qudot.apply_gate(qudot.H, qudot.ZERO)\n(0.707106781187+0j)|0> + (0.707106781187+0j)|1>\n\n>>> \n\n```\n\nThat's it! For more check out our tutorial: QuDotPy Tutorial\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/psakkaris/qudotpy", "keywords": "quantum qubit computation emulation qft shor grover", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "qudotpy", "package_url": "https://pypi.org/project/qudotpy/", "platform": "any", "project_url": "https://pypi.org/project/qudotpy/", "project_urls": { "Homepage": "https://github.com/psakkaris/qudotpy" }, "release_url": "https://pypi.org/project/qudotpy/1.0.0/", "requires_dist": [ "numpy" ], "requires_python": ">=3.6, < 4", "summary": "A quantum computing library written in Python. Can be used to emulate quantum circuits.", "version": "1.0.0" }, "last_serial": 3825171, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2de03f3f923a667dda53430cb272a441", "sha256": "0a65216651a598a132e139e5e9f53c165a7a2f1e8e2b2abef8356d6b1096ce00" }, "downloads": -1, "filename": "qudotpy-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "2de03f3f923a667dda53430cb272a441", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6, < 4", "size": 22082, "upload_time": "2018-05-01T22:02:08", "url": "https://files.pythonhosted.org/packages/bf/5f/55922e11225bdf150acdebdaa1c70863d68cc37c7c287b5742c2b7ab47be/qudotpy-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f43e2ce9626baf1a3863a43cb229b5ec", "sha256": "23a71d05b2e5c521b89e83cddfec65566ac225fa708a3c4283e7f9ad6cd3a4f6" }, "downloads": -1, "filename": "qudotpy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "f43e2ce9626baf1a3863a43cb229b5ec", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, < 4", "size": 14583, "upload_time": "2018-05-01T22:02:12", "url": "https://files.pythonhosted.org/packages/eb/9d/4c24f210387eb03575cd9764dfa79be7b0a1c4c31934c28855902c348f70/qudotpy-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2de03f3f923a667dda53430cb272a441", "sha256": "0a65216651a598a132e139e5e9f53c165a7a2f1e8e2b2abef8356d6b1096ce00" }, "downloads": -1, "filename": "qudotpy-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "2de03f3f923a667dda53430cb272a441", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6, < 4", "size": 22082, "upload_time": "2018-05-01T22:02:08", "url": "https://files.pythonhosted.org/packages/bf/5f/55922e11225bdf150acdebdaa1c70863d68cc37c7c287b5742c2b7ab47be/qudotpy-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f43e2ce9626baf1a3863a43cb229b5ec", "sha256": "23a71d05b2e5c521b89e83cddfec65566ac225fa708a3c4283e7f9ad6cd3a4f6" }, "downloads": -1, "filename": "qudotpy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "f43e2ce9626baf1a3863a43cb229b5ec", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, < 4", "size": 14583, "upload_time": "2018-05-01T22:02:12", "url": "https://files.pythonhosted.org/packages/eb/9d/4c24f210387eb03575cd9764dfa79be7b0a1c4c31934c28855902c348f70/qudotpy-1.0.0.tar.gz" } ] }