forked from microsoft/Qcodes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fixb1500measurerangebug
- Loading branch information
Showing
14 changed files
with
869 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
.. _relatedprojects : | ||
|
||
Related Projects | ||
================ | ||
|
||
On this page we list a number of projects that are | ||
affiliated with or makes use of QCoDeS in some way or another. | ||
|
||
If you would like to get your project featured here please submit a | ||
pull request adding your project to this page. | ||
The page is located at ``docs\community\related_projects.rst`` within the QCoDeS | ||
repository. | ||
|
||
|
||
QCoDeS contrib drivers | ||
---------------------- | ||
|
||
QCoDeS contrib drivers is a collection of drivers for many | ||
different instruments developed by the community. If you have | ||
developed a driver that your wish to share with the community | ||
this is the ideal place for it. | ||
|
||
Broadbean can be installed with pip from PyPi | ||
with ``pip install qcodes_contrib_drivers`` | ||
The source code is hosted on Github | ||
`here <https://github.com/qcodes/qcodes_contrib_drivers>`__ | ||
and the documentation can be found | ||
`here <https://qcodes.github.io/Qcodes_contrib_drivers/>`__ | ||
|
||
|
||
Broadbean | ||
--------- | ||
|
||
Broadbean is a library for making pulses. Intended to be used | ||
with QCoDeS (and in particular its Tektronix AWG 5014 driver) | ||
|
||
Broadbean can be installed with pip from PyPi | ||
with ``pip install broadbean`` | ||
The source code is hosted on Github | ||
`here <https://github.com/qcodes/broadbean>`__ | ||
and the documentation can be found | ||
`here <https://qcodes.github.io/broadbean/>`__ | ||
|
||
|
||
Plottr | ||
------ | ||
|
||
Plottr is a framework for inspecting data, based on flowcharts from pyqtgraph. | ||
plottr's main aim is to allow the user to define custom data processing | ||
flows and plotting. A particular use case is data filtering and plotting. | ||
Plottr has dedicated support for plotting QCoDeS datasets. | ||
|
||
|
||
Plottr can be installed with pip from PyPi | ||
with ``pip install plottr`` | ||
The source code is hosted on Github | ||
`here <https://github.com/toolsforexperiments/plottr/>`__ | ||
and the documentation can be found | ||
`here <https://plottr.readthedocs.io/en/latest/>`__ | ||
|
||
zhinst-qcodes | ||
------------- | ||
|
||
The Zurich Instruments drivers for QCoDeS (zhinst-qcodes) is a package of | ||
instrument drivers for devices produced by Zurich Instruments for QCoDeS. | ||
The QCoDeS instrument drivers are based on the Zurich Instruments Toolkit. | ||
|
||
zhinst-qcodes can be installed with pip from PyPi | ||
with ``pip install zhinst-qcodes`` | ||
The source code is hosted on Github | ||
`here <https://docs.zhinst.com/zhinst-qcodes/en/latest/>`__ | ||
and the documentation can be found | ||
`here <https://github.com/zhinst/zhinst-qcodes/>`__ | ||
|
||
|
||
qtt (Qunatum Technology Toolbox) | ||
-------------------------------- | ||
|
||
Quantum Technology Toolbox (QTT) is a Python-based framework | ||
for the tuning and calibration of quantum dots and spin qubits. | ||
QTT is the framework on which you can base your measurement | ||
and analysis scripts. QTT is based on Qcodes and the SciPy ecosystem. | ||
|
||
`GitHub page with the repository <https://github.com/QuTech-Delft/qtt>`__ | ||
|
||
`Docs: <https://qtt.readthedocs.io>`__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
sphinx==3.2.1 | ||
sphinx_rtd_theme | ||
sphinx-jsonschema | ||
nbsphinx | ||
nbconvert==5.6.1 | ||
ipython | ||
jupyter | ||
scipy | ||
pandas | ||
xarray | ||
packaging | ||
sphinx~=3.2.1 | ||
sphinx_rtd_theme~=0.5.0 | ||
sphinx-jsonschema~=1.16.2 | ||
nbsphinx~=0.7.1 | ||
nbconvert~=6.0.3 | ||
ipython~=7.18.1 | ||
jupyter~=1.0.0 | ||
scipy~=1.5.2 | ||
pandas~=1.1.2 | ||
xarray~=0.16.0 | ||
packaging~=20.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.