qiboteam / qibolab

Quantum hardware module and drivers for Qibo.
https://qibo.science
Apache License 2.0
40 stars 10 forks source link

Was the `List` in play_sequences() intended to be a `list()`? #881

Open rscircus opened 2 months ago

rscircus commented 2 months ago

https://github.com/qiboteam/qibolab/blob/a514441f7c020b190c7871df90d6892392d0b4da/doc/source/tutorials/instrument.rst?plain=1#L176

or typing.List?

rscircus commented 2 months ago
hay-k commented 2 months ago

Should be just list. I believe List is a remnant of older versions of python, where list could not be used for type annotation.