Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
jinluchang committed Jun 9, 2024
1 parent a8fe57e commit 635a247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples-py/hmc-pure-gauge-flowed.log
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ CHECK: ('prob_acc_2_rand_u1', 0.0625)
CHECK: ('meson_tensor_tsep', 1)
CHECK: ('meson_jwjj_threshold', 0.1)
CHECK: ('meson_tsep_list', [1, 2, 3, 4, 5, 6, 7])
CHECK: ('hmc', {'max_traj': 8, 'max_traj_always_accept': 4, 'md_time': 1.0, 'n_step': 6, 'beta': 2.13, 'c1': -0.331, 'fp': {'time': 0.1}, 'save_traj_interval': 2})
CHECK: ('hmc', {'max_traj': 8, 'max_traj_always_accept': 4, 'md_time': 1.0, 'n_step': 6, 'beta': 2.13, 'c1': -0.331, 'fp': {'time': 0.1}, 'save_traj_interval': 4, 'is_saving_topo_info': True})
CHECK: finished successfully.
2 changes: 1 addition & 1 deletion examples-py/hmc-pure-gauge.log
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ CHECK: ('prob_acc_2_rand_u1', 0.0625)
CHECK: ('meson_tensor_tsep', 1)
CHECK: ('meson_jwjj_threshold', 0.1)
CHECK: ('meson_tsep_list', [1, 2, 3, 4, 5, 6, 7])
CHECK: ('hmc', {'max_traj': 8, 'max_traj_always_accept': 4, 'md_time': 1.0, 'n_step': 6, 'beta': 2.13, 'c1': -0.331, 'save_traj_interval': 2, 'is_saving_topo_info': True})
CHECK: ('hmc', {'max_traj': 8, 'max_traj_always_accept': 4, 'md_time': 1.0, 'n_step': 6, 'beta': 2.13, 'c1': -0.331, 'save_traj_interval': 4, 'is_saving_topo_info': True})
CHECK: finished successfully.

0 comments on commit 635a247

Please sign in to comment.