Open ZeeUTao opened 3 years ago
test if visitor can reply also by ZeeUTao
确认HD在不同模式正确工作(ZeeUTao已完成);
时序结构, 保留channel(每个比特有xy,z,r,demod)时序对齐的调整接口
func转array结构, 保留校准接口(时域滤波+频域滤波)
waveforms提供更多实用envelope和tools
需要对包络class定义更多内置方法(乘, 除, 取实部, 虚部, 绝对值, 相位和导数), 暂时忽略其频域部分;
添加高斯波和其他平滑pipulse;
可以结合低通滤波生成优化波形;
提供DRAG修正接口(提供alpha&delta两参数, 在任意env上直接修改);
确定qubit中校准相关keys的文件格式
统一单位的使用逻辑, 给AWG的range做auto模式/定义keys
保存parameter时, 添加当前时间和设备状态
改良print info和debug模式, 保持合适的log(ZeeUTao进行中);
确认初始化device server方式, 提供各User单独文件夹(jupyter和个人mp&dp等等)开发功能;
添加数据处理的dataprocess方法(参考以前的);
Unit do not pre-process the Value with unit, if a function accept the Value as parameters, the function should handle the unit problems itself
waveform move from /instrument, as a single module. provide mix function to convert pulse envolope into the I, Q data with sideband frequency required for devices. It is typically used for XY pulses.