scqubits.io_utils.fileio_serializers.type_dispatch#

scqubits.io_utils.fileio_serializers.type_dispatch(entity)[source]#

Based on the type of the object entity, return the appropriate function that converts the entity into the appropriate category of IOData

Return type:

Callable

Parameters:

entity (Serializable) –