Tergite Tuner
[2026.06.0]
released on 26th of June 2026
Added
- Added the
delete_many()andprune_fields()methods on theRedisStore - Added default parking currents in device_config.example.toml
Changed
- [BREAKING] Changed the output of
read_resultsto return a stronger-typedCalibrationResultspydantic model instance - [BREAKING] Renamed
read_session_resultstoread_results - [BREAKING] Renamed
extract_bcc_paramstogenerate_calib_seed_file - [BREAKING] Changed
extract_bcc_params(i.e.generate_calib_seed_file) to return no value and only work with writing to a toml file. If one wants the results in dict or json form, they can use the output ofread_resultsand callmodel_dumpsandmodel_dumps_jsonon it. - Added a
session_onlyparameter onread_resultsto allow getting all results in redis regardless of session ifsession_only=True - Removed setting QOI’s of nodes to nan and 0 before calibration runs
- Allowed passing a
QbloxHardwareCompilationConfiginstance as cluster_config inSessionContext
Fixed
- Removed the hard-coded fixes for CZ local phases for reverse phase qubits
- Fixed value error Invalid type
<class 'NoneType'>in generate_calib_seed_file() - Fixed type error RandomizedBenchmarkingNodeAnalysis got two values for session
- Fixed error in saving coupler params in redis on the populate_node_parameters() function