Skip to content

Commit

Permalink
first solution
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschoenberger committed Nov 14, 2024
1 parent 8159f1e commit 65bd09a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified __pycache__/Cycles.cpython-311.pyc
Binary file not shown.
Binary file modified __pycache__/graph_utils.cpython-311.pyc
Binary file not shown.
Binary file modified __pycache__/scheduling.cpython-311.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion run_heuristic.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run_simulation_for_architecture(arch, seeds, pz, max_timesteps, time_1qubit_
memorygrid.distance_map, filename, compilation=compilation
)
timestep = run_simulation(
memorygrid, max_timesteps, seq, flat_seq, dag_dep, next_node_initial, max_length=10, show_plot=False
memorygrid, max_timesteps, seq, flat_seq, dag_dep, next_node_initial, max_length=10
)
timestep_arr.append(timestep)
cpu_time = time.time() - start_time
Expand Down

0 comments on commit 65bd09a

Please sign in to comment.