Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoms committed Nov 25, 2024
1 parent c8a0367 commit a77f0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nonlocal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@test local_bound(chsh(Int64, 3)) == 6
@test local_bound(cglmp(Int64, 4)) == 9
Random.seed!(1337)
@test seesaw(fp2cg(cglmp()), [3, 3, 2, 2], 3)[1] (15 + sqrt(33)) / 24
@test seesaw(tensor_collinsgisin(cglmp()), [3, 3, 2, 2], 3)[1] (15 + sqrt(33)) / 24
@test seesaw(inn22(), [2, 2, 3, 3], 2)[1] 1.25
for T in [Float64, Double64, Float128, BigFloat]
@test eltype(chsh(T)) <: T
Expand Down

0 comments on commit a77f0ba

Please sign in to comment.