Skip to content

Commit

Permalink
Add value and repetition fields to HTSC scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zmorrell committed May 24, 2024
1 parent a410ff3 commit d7d360a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/HTSC-one-band-RE.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def main(args):
category='scientific',
size=f'{lattice_size}x{lattice_size}',
task='Ground State Energy Estimation',
value_per_circuit=value,
repetitions_per_application=repetitions,
implementations=f'GSEE, evolution_time={t}, bits_precision={bits_precision}, trotter_order={trotter_order}',
)

Expand Down
2 changes: 2 additions & 0 deletions scripts/HTSC-three-band-RE.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def main(args):
category='scientific',
size=f'{lattice_size}x{lattice_size}',
task='Ground State Energy Estimation',
value_per_circuit=value,
repetitions_per_application=repetitions,
implementations=f'GSEE, evolution_time={t}, bits_precision={bits_precision}, trotter_order={trotter_order}',
)

Expand Down
2 changes: 2 additions & 0 deletions scripts/HTSC-two-band-RE.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def main(args):
category='scientific',
size=f'{lattice_size}x{lattice_size}',
task='Ground State Energy Estimation',
value_per_circuit=value,
repetitions_per_application=repetitions,
implementations=f'GSEE, evolution_time={t}, bits_precision={bits_precision}, trotter_order={trotter_order}',
)

Expand Down

0 comments on commit d7d360a

Please sign in to comment.