Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
jinluchang committed Mar 29, 2024
1 parent 834cd6e commit c095dbd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions examples-py/q-hlt-reconstruction.log.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,66 +2,66 @@
[
"g_t_arr_o",
-119.76919472085078,
1e-06
1e-05
],
[
"aa",
0.00022836718494415043,
1e-06
1e-05
],
[
"aa0",
0.1869012877065788,
1e-06
1e-05
],
[
"aa / aa0",
0.001221859879867013,
1e-06
1e-05
],
[
"delta_target",
-1.9346477129714388,
1e-06
1e-05
],
[
"delta",
-1.698739994045368,
1e-06
1e-05
],
[
"aa ; via sum",
0.00022877574726680894,
1e-06
1e-05
],
[
"aa0 ; via sum",
0.1868928196307401,
1e-06
1e-05
],
[
"aa / aa0 ; via sum",
0.0012241013203119332,
1e-06
1e-05
],
[
"aa ; g via sum",
0.0002484534814451156,
1e-06
1e-05
],
[
"aa0 ; g via sum",
0.1869012877065788,
1e-06
1e-05
],
[
"aa / aa0 ; g via sum",
0.001329329960717923,
1e-06
1e-05
],
[
"delta via sum",
-1.6830987064614964,
1e-06
1e-05
]
]
2 changes: 1 addition & 1 deletion examples-py/q-hlt-reconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
os.environ['JAX_PLATFORMS'] = 'cpu'

json_results = []
check_eps = 1e-6
check_eps = 1e-5

from qlat_utils.q_hlt_reconstruction import *

Expand Down

0 comments on commit c095dbd

Please sign in to comment.