Quantum Technology Toolbox

Hello, and welcome to the documentation of Quantum Technology Toolbox!

Quantum Technology Toolbox (QTT) is a Python package for performing measurements and calibration of spin-qubits. It was developed initially at QuTech, an advanced research center for quantum computing and quantum internet. QuTech is a collaboration founded by the Delft University of Technology (TU Delft) and Netherlands Organisation for Applied Scientific Research (TNO).

QuTech addresses scientific challenges as well as engineering issues in a joint center of know-how with industrial partners. One of these challenges is to automate the calibration and analysis of measurements pertaining spin qubits. For this purpose, QTT was developed. By sharing this framework with you we hope to work with you on improving it and together forward the development of quantum computers all over the world.

A more elaborate starting guide can be found in the introduction. We do include an example in here to show what QuTech Tuning is capable of:

import qtt
# load data
dataset = qtt.data.load_dataset('example')
# analyse
results = qtt.algorithms.gatesweep.analyseGateSweep(dataset, fig=100)

More examples can be found in the example notebooks.

Documentation

Indices and tables

License

Copyright 2018 QuTech (TNO, TU Delft)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Contributors

  • Pieter Eendebak (peendebak)

  • CumulonimbusCalvus (CumulonimbusCalvus)

  • Sjaak van Diepen (CJvanDiepen)

  • JP Dehollain (jpdehollain)

  • lgnjanssen (lgnjanssen)

  • dpfranke (dpfranke)

  • fvanriggelen (fvanriggelen)

  • qSaevar (qSaevar)

  • AM (azwerver)

  • Christian Volk (Christian-Volk)

  • Laurens Janssen (Velkit)

  • Andrea Corna (YakBizzarro)

  • Bruno (brunobuijtendorp)

  • takafumifujita (takafumifujita)

  • NoraFahrenfort (NoraFahrenfort)

  • Steven (spmvg)

  • Laurens Hagendoorn (TheLaurens)

  • tfwatson15 (tfwatson15)

and many more…