Skip to content

Commit

Permalink
compute Ising energy
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Jul 11, 2024
1 parent 0219a24 commit d48b4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decipher_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def print_results(dict_list):
path_to_results = os.path.join(ROOT, "AGV_quantum", "ising", "sbm_results", "H100_results.csv")
path_to_annealing = os.path.join(ROOT, "AGV_quantum", "annealing_results", "tiny_2_AGV", "new_bqm.pkl")

size = "tiny"
size = "smallest"
instance = f"{size}_ising"
path_to_renumeration = os.path.join(ROOT, "AGV_quantum", "ising", f"{instance}_renumeration.pkl")
path_to_lp = os.path.join(ROOT, "AGV_quantum", "lp_files", f"lp_{size}.pkl")
Expand Down

0 comments on commit d48b4cd

Please sign in to comment.