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
I double checked my dependencies and package versions, but
Qobj(data_structure, dtype='cupyd')`
still produces the error message
TypeError: Qobj.__init__() got an unexpected keyword argument 'dtype'
I was able to get around it with initializing the Qobj and then sending it to cupyd with a to call, but of course this is non-ideal, especially for large data structures.
The text was updated successfully, but these errors were encountered:
I double checked my dependencies and package versions, but
Qobj(data_structure,
dtype='cupyd')`still produces the error message
TypeError: Qobj.__init__() got an unexpected keyword argument 'dtype'
I was able to get around it with initializing the Qobj and then sending it to cupyd with a
to
call, but of course this is non-ideal, especially for large data structures.The text was updated successfully, but these errors were encountered: