Skip to content

Commit 66284f9

Browse files
committed
Success ruling out postquantum EJM! Inflation level 3, NPA level "physical2"
1 parent ca24ab6 commit 66284f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

inflation/applications/pedro_manual_ring.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def ring_problem(n: int) -> InflationProblem:
6262
ring_SDP = InflationSDP(prob, verbose=2, include_all_outcomes=False)
6363

6464

65-
ring_SDP.generate_relaxation("npa2")
65+
ring_SDP.generate_relaxation("physical2", max_monomial_length=2)
6666
# ring_SDP.generate_relaxation("npa1")
6767

6868
print("Quantum inflation **nonfanout/commuting** factors:")
@@ -77,6 +77,9 @@ def ring_problem(n: int) -> InflationProblem:
7777
known_values["P[A^{1,2}=0]"] = 1 / 4
7878
known_values["P[A^{1,2}=0 A^{2,3}=0]"] = 1 / 8
7979
known_values["P[A^{1,2}=0 A^{2,3}=1]"] = 1 / 24
80+
known_values["P[A^{1,2}=0 A^{2,3}=0 A^{3,1}=0]"] = 1 / 8
81+
known_values["P[A^{1,2}=0 A^{2,3}=0 A^{3,1}=1]"] = 1 / 64
82+
known_values["P[A^{1,2}=0 A^{2,3}=1 A^{3,1}=2]"] = 1 / 48
8083
print("Known Values:")
8184
print(known_values)
8285

0 commit comments

Comments
 (0)