Commit ff853cde authored by Nguyen, Thien Minh's avatar Nguyen, Thien Minh
Browse files

Added config ini file for hpc test



Signed-off-by: default avatarThien Nguyen <nguyentm@ornl.gov>
parent cc9ecbf0
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -1062,7 +1062,15 @@ def sycamore(q : qreg):
  Rz(q[52], 0.78539816339)
  # End hz_1_2

ham = Z(0)

for i in range(1, 53):
  ham *= Z(i)

print(ham)

q = qalloc(53)
sycamore.print_kernel(q)
 No newline at end of file
# sycamore.print_kernel(q)

obs = sycamore.observe(ham, q)
print(obs)
 No newline at end of file
+4 −0
Original line number Diff line number Diff line
exatn-buffer-size-gb=1
tnqvm-visitor=exatn
exp-val-by-conjugate=true