Skip to content

Commit

Permalink
finalize OEGrover in _all, LSTA and CAV23
Browse files Browse the repository at this point in the history
  • Loading branch information
alan23273850 committed Aug 31, 2024
1 parent 9f68148 commit 7e48314
Show file tree
Hide file tree
Showing 58 changed files with 5,413 additions and 2,801 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions benchmarks/CAV23/OEGrover/02/post.hsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Predicates
p := (and (> (* real($) real($)) (* real(b) real(b))) (= imag($) 0))
Extended Dirac
p |011>
14 changes: 14 additions & 0 deletions benchmarks/CAV23/OEGrover/02/post.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Predicates
p1 := (and (< (* $R $R) (* aR aR)) (= $I 0))
p2 := (and (= $R 0) (= $I 0))
p3 := (and (> (* $R $R) (* bR bR)) (= $I 0))
Root States 0
Colored Transitions
[1,1](2, 1) -> 0
[2,1](3, 3) -> 1
[2,1](3, 4) -> 2
[3,1](5, 6) -> 3
[3,1](5, 7) -> 4
[p2,1] -> 5
[p1,1] -> 6
[p3,1] -> 7
8 changes: 8 additions & 0 deletions benchmarks/CAV23/OEGrover/02/pre.hsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Extended Dirac
b |01> + a |*> # |1>
Constraints
3 * real(a) > real(b)
real(a) > 0
real(b) > 0
imag(a) = 0
imag(b) = 0
18 changes: 18 additions & 0 deletions benchmarks/CAV23/OEGrover/02/pre.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Constants
c0 := 0
Root States 0
Colored Transitions
[1,1](2, 1) -> 0
[2,1](3, 3) -> 1
[2,1](3, 4) -> 2
[3,1](5, 6) -> 3
[3,1](5, 7) -> 4
[c0,1] -> 5
[a,1] -> 6
[b,1] -> 7
Constraints
3 * real(a) > real(b)
real(a) > 0
real(b) > 0
imag(a) = 0
imag(b) = 0
File renamed without changes.
4 changes: 4 additions & 0 deletions benchmarks/CAV23/OEGrover/100/post.hsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Predicates
p := (and (> (* real($) real($)) (* real(b) real(b))) (= imag($) 0))
Extended Dirac
p |01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101011000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000>
Loading

0 comments on commit 7e48314

Please sign in to comment.