qtt
qtt copied to clipboard
Quantum Technology Toolbox https://qtt.readthedocs.io/
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.14 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@wiredfool]...
Hi, I am looking at the notebook 'Simulation of Elzerman readout' under 'Example notebooks/analysis'. At the last part, it shows an example of the Pauli spin blockade readout to detect...
* Version increased * Changelog updated for new version
* Add calculation of PSD * Add 1/f noise analysis * Add example notebook
`scipy` is generating deprecated warnings in the CI testing. See for example https://app.travis-ci.com/github/QuTech-Delft/qtt/jobs/558612837 ``` src/tests/integration/algorithms/test_generic.py: 34 warnings /home/travis/build/QuTech-Delft/qtt/src/qtt/algorithms/generic.py:573: DeprecationWarning: Please use `convolve` from the `scipy.ndimage` namespace, the `scipy.ndimage.filters` namespace is...
The `fit_double_gaussian` can fail with an error message reporting nan values. A minimal example: ``` import numpy as np import qtt xx=np.arange(10.) yy=0*np.arange(10) yy[3]=80. yy[6]=.1 qtt.algorithms.fitting.fit_double_gaussian(xx, yy) ``` *Notes* A...