{ "info": { "author": "Pieter Eendebak", "author_email": "pieter.eendebak@tno.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering" ], "description": "# Welcome\n\nWelcome to the QTT framework. This README will shortly introduce the framework, and it will guide you through the structure, installation process and how to contribute. We look forward to working with you!\n\n# Quantum Technology Toolbox\n\nQuantum Technology Toolbox (QTT) is a Python-based framework developed initially by QuTech for the tuning and calibration of\nquantum dots and spin qubits. [QuTech](http://qutech.nl) is an advanced research center based in Delft, the Netherlands, for quantum\ncomputing and quantum internet, a collaboration founded by the [University of Technology Delft](https://www.tudelft.nl/en) (TU Delft) and\nthe Netherlands Organisation for Applied Scienti\ufb01c Research ([TNO](https://www.tno.nl/en)).\n\nFor usage of QTT see the detailed [documentation](https://qtt.readthedocs.io/en/latest/) on readthedocs.io.\n\n\nQTT is the framework on which you can base your measurement and analysis scripts. QTT is based\non [Qcodes](https://github.com/qdev-dk/Qcodes) (basic framework such as instrument drivers, DataSet) and the [SciPy](https://www.scipy.org/) ecosystem.\n\n## Installation\n\nQTT is compatible with Python 3.5+. QTT can be installed as a pip package:\n```\n$ pip install qtt\n```\nFor development we advice to install from source. First retrieve the source code using git, and then install from the qtt source directory using the command:\n```\n$ python setup.py develop\n```\n\nFor the Vandersypen research group there are more detailed instructions, read the file INSTALL.md in the spin-projects repository.\n\n### Updating QTT\n\nIf you registered qtt with Python via `setup.py develop`, all you need to do to get the latest code is open a terminal window pointing to anywhere inside the repository and run `git pull`\n\n## Usage\n\nSee the [documentation](https://qtt.readthedocs.io/en/latest/) and the example notebooks in the [docs/notebooks](docs/notebooks/) directory.\n\nFor a general introduction also see\n* [Introduction to Github](https://guides.github.com/activities/hello-world/)\n* [Scientific python lectures](https://github.com/jrjohansson/scientific-python-lectures)\n\nIf you use [Spyder](https://github.com/spyder-ide/spyder) then use the following settings:\n - Use a `IPython` console and in `Tools->Preferences->IPython console->Graphics` set the IPython backend graphics option to `Qt5`. This ensures correctly displaying the `ParameterViewer` and `DataBrowser`\n - In `Tools->Preferences->Console->Advanced settings` uncheck the box `Enable UMR`\n\n## Contributing\n\nSee [Contributing](CONTRIBUTING.md) for information about bug/issue reports, contributing code, style, and testing\n\n## Testing\n\nTests for the qtt packages are contained in the subdirectory `tests` and as test\nfunctions (`test_*`) in the code. To run the tests you can run the following command:\n```\n$ pytest\n```\n\n## License\n\nSee [License](LICENSE.txt)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://qutech.nl", "keywords": "", "license": "MIT", "maintainer": "Pieter Eendebak", "maintainer_email": "pieter.eendebak@tno.nl", "name": "qtt", "package_url": "https://pypi.org/project/qtt/", "platform": "", "project_url": "https://pypi.org/project/qtt/", "project_urls": { "Homepage": "http://qutech.nl" }, "release_url": "https://pypi.org/project/qtt/1.1.2/", "requires_dist": null, "requires_python": "", "summary": "Python-based framework for analysis and tuning of quantum dots", "version": "1.1.2" }, "last_serial": 5960578, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "b887bf754b6a5cd5605e8d01824654d4", "sha256": "a1c1eb59f43019186a8dcce2acd8b5cccb00332fb726264e71dd4d85267ae68a" }, "downloads": -1, "filename": "qtt-1.0.1.tar.gz", "has_sig": false, "md5_digest": "b887bf754b6a5cd5605e8d01824654d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 229139, "upload_time": "2018-08-29T12:19:21", "url": "https://files.pythonhosted.org/packages/7b/88/910e7fbeea2d1458040916719233ca26ea60b4ae1b5a2a4b10fdcf8e6f41/qtt-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "84142f6588106e38a6f6aec5bff61c61", "sha256": "bad407c2b13dc9cf3e0c534cd317af6d1fee96ead8370c1ed63521b33371feea" }, "downloads": -1, "filename": "qtt-1.1.0.tar.gz", "has_sig": false, "md5_digest": "84142f6588106e38a6f6aec5bff61c61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 228778, "upload_time": "2018-09-08T12:39:44", "url": "https://files.pythonhosted.org/packages/54/8b/fc7de9154b5ae66ff38a90746e29cb9551070d1d5d695f99a6d2046712d0/qtt-1.1.0.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "ce84186dec83a8819c86514b944e7f40", "sha256": "37e411af2507a09a7b2c6342599e955c132a6b06b32779f5243ad23f834fd303" }, "downloads": -1, "filename": "qtt-1.1.2.tar.gz", "has_sig": false, "md5_digest": "ce84186dec83a8819c86514b944e7f40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 237735, "upload_time": "2019-04-12T12:00:09", "url": "https://files.pythonhosted.org/packages/84/1d/35c317235206e860f114571f1e30daacb607408648516c9b674db52df7b5/qtt-1.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ce84186dec83a8819c86514b944e7f40", "sha256": "37e411af2507a09a7b2c6342599e955c132a6b06b32779f5243ad23f834fd303" }, "downloads": -1, "filename": "qtt-1.1.2.tar.gz", "has_sig": false, "md5_digest": "ce84186dec83a8819c86514b944e7f40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 237735, "upload_time": "2019-04-12T12:00:09", "url": "https://files.pythonhosted.org/packages/84/1d/35c317235206e860f114571f1e30daacb607408648516c9b674db52df7b5/qtt-1.1.2.tar.gz" } ] }