Skip to content

convert

tergite_autocalibration.tools.mss.convert

Functions:

Name Description
convert_all_redis_values

This function will go through all redis values in the param_map and store them again in the structured format

store_manual_parameters

This function can be used to load static default values into redis

convert_all_redis_values

convert_all_redis_values(component_ids: List[str] = None)

This function will go through all redis values in the param_map and store them again in the structured format

Parameters:

Name Type Description Default
component_ids List[str]

list of qubit names to take parameters from redis (parameter not implemented)

None

store_manual_parameters

store_manual_parameters(qubit_id)

This function can be used to load static default values into redis

Returns: