QudevETH / PycQED_py3

Python3 version of PycQED using QCodes as backend
MIT License
9 stars 7 forks source link

PycQED does something it is not supposed to do when len(hard sweep points) == len(soft sweep points) #23

Open stephlazar opened 4 years ago

stephlazar commented 4 years ago

Steps to reproduce

  1. Run any PycQED 2D measurement where you program the same number of hard and soft sweep points.

Expected behaviour

With 15 hard sweep points and 16 soft sweep points Cphase_qb6_pe_20191111_150029

With 17 hard sweep points and 15 soft sweep points Cphase_qb6_pe_20191111_150720

Actual behaviour

With 15 hard and soft sweep points: Cphase_qb6_pe_20191111_145406

PycQED branch Proj_XLD

Solving an issue

Needs further investigation to pinpoint the location of the bug (most likely in MeasurementControl).

@MichKe95 @nathlacroix @antsr WATCH OUT!

nathlacroix commented 4 years ago

@stephlazar this issue has been fixed and merged into the master, right? If yes, we could close this issue.

stephlazar commented 4 years ago

No, it hasn't been addressed yet as far as I know