scqubits.io_utils.fileio.serialize#

scqubits.io_utils.fileio.serialize(the_object)[source]#

Turn the given Python object into an IOData object, needed for writing data to file.

Return type

IOData

Parameters

the_object (Serializable) –