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
Apparently this issue was fixed some years ago, but it came back: #93
Specifically, the following code fails:
import QuantumInformation
import JuMP
model = JuMP.Model()
JuMP.@variable(model, rho[1:4, 1:4] in JuMP.PSDCone())
QuantumInformation.ptrace(1.0*rho,[2,2],2)
Also, I've had compatibility problems with some packages because your Project.toml was restricting TensorOperations to version 3; I've tried removing this restriction. It caused a different error message to appear when trying to compute the partial trace.
Unrelated: you are also restricting SCS to version 1, and I'm pretty sure version 2 won't break anything.
The text was updated successfully, but these errors were encountered:
Apparently this issue was fixed some years ago, but it came back: #93
Specifically, the following code fails:
Also, I've had compatibility problems with some packages because your Project.toml was restricting
TensorOperations
to version 3; I've tried removing this restriction. It caused a different error message to appear when trying to compute the partial trace.Unrelated: you are also restricting
SCS
to version 1, and I'm pretty sure version 2 won't break anything.The text was updated successfully, but these errors were encountered: