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
#Qiskit/qiskit#7700 (comment)
From another similar issue, I suppose here qml.math.quantum.reduce_statevector bruteforcely calculates the full dm by tensorproduct, which in this case somehow leads to a tensor of 33 legs violating the so called np.MAXDIM
#Qiskit/qiskit#7700 (comment) From another similar issue, I suppose here qml.math.quantum.reduce_statevector bruteforcely calculates the full dm by tensorproduct, which in this case somehow leads to a tensor of 33 legs violating the so called np.MAXDIM
If this is true cause, I guess we won't have a quick fix until a better rdm calculator, e.g. grouping some sites together in advance.
Expected behavior
I expect to be able to manipulate larger density matrices, both reducing them and computing qinfo quantities from them.
Actual behavior
Einsum cannot handle that many many subscripts.
Additional information
No response
Source code
Tracebacks
System information
Existing GitHub issues
The text was updated successfully, but these errors were encountered: