Skip to content

Commit

Permalink
Cleanup import references to metrics and executes
Browse files Browse the repository at this point in the history
  • Loading branch information
rtvuser1 committed Sep 28, 2024
1 parent 87d7380 commit 8d5fd23
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 103 deletions.
5 changes: 5 additions & 0 deletions _common/cudaq/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@
# execution, so they can be aggregated and presented to the user.
#

import os, sys
import time
import copy

# import metrics relative to top of repo for this file location
#root_repo = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
#sys.path[1:1] = [root_repo + i for i in ["/_common"]]
import metrics

import cudaq
Expand Down
205 changes: 102 additions & 103 deletions benchmarks-cudaq.ipynb

Large diffs are not rendered by default.

0 comments on commit 8d5fd23

Please sign in to comment.