issues
search
QudevETH
/
PycQED_py3
Python3 version of PycQED using QCodes as backend
MIT License
9
stars
7
forks
source link
Remove SweepPoints.cast_init and ensure type is unchanged by slicing
#198
Closed
stephlazar
closed
3 years ago
stephlazar
commented
3 years ago
Changes
removes SweepPoints.cast_init by implementing the logic from there in the
init
.
removes support for from_dict_list
updates all calls to SweepPoints.cast_init and SweepPoints(from_dict_list) throughout the framework
Changes