You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, this will fail because numpy array is not directly serializable in JSON, and is not parsed correctly as it is done for the not nested case.
One should therefore be able to build according references in a nested fashion like in this example.
The text was updated successfully, but these errors were encountered:
In some use cases, one is interested to save data types related to different qubits such as:
At the moment, this will fail because numpy array is not directly serializable in JSON, and is not parsed correctly as it is done for the not nested case.
One should therefore be able to build according references in a nested fashion like in this example.
The text was updated successfully, but these errors were encountered: