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 don't mind doing it, it seems like it shouldn't take long. Or is it better to leave the "good first issue" issues alone for now, in case someone else would like to give it a shot?
The only place in which the Qiskit package is used is in:
https://github.com/vprusso/toqito/blob/master/toqito/rand/random_states.py
This seems a bit of an excessive dependency for such a small amount of usage. Indeed, the random generation of the state vector should probably just be imported wholesale within this function as they do in the
random_statevector
function from Qiskit:https://github.com/Qiskit/qiskit/blob/main/qiskit/quantum_info/states/random.py
Then the Qiskit dependency could be removed.
The text was updated successfully, but these errors were encountered: