Skip to content

Commit

Permalink
Merge pull request #14 from jaeyoo/update_qsim_16
Browse files Browse the repository at this point in the history
Update qsim 0.16.1
  • Loading branch information
jaeyoo authored May 2, 2023
2 parents 1b10b08 + f4f0125 commit 598c415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ cc_library(

http_archive(
name = "qsim",
sha256 = "e4d716b945d44c6901ccc4ee4c2344e2af127b28713a0faebf0687745e0bf5e7",
strip_prefix = "qsim-0.16.0",
urls = ["https://github.com/quantumlib/qsim/archive/refs/tags/v0.16.0.zip"],
sha256 = "f7f410a07543a51b254f7a5810b5153e196a4c7b4ec89dc8faf86f9c77eec97b",
strip_prefix = "qsim-0.16.1",
urls = ["https://github.com/quantumlib/qsim/archive/refs/tags/v0.16.1.zip"],
)

http_archive(
Expand Down
1 change: 1 addition & 0 deletions third_party/cuquantum/cuquantum_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def _cuquantum_pip_impl(repository_ctx):
cuquantum_header_path = _find_file(repository_ctx, "custatevec.h")
cuquantum_header_path = cuquantum_header_path[:cuquantum_header_path.find("/custatevec.h")]
custatevec_shared_library_path = _find_file(repository_ctx, "libcustatevec.so")
cuquantum_root = custatevec_shared_library_path[:custatevec_shared_library_path.find("/lib/lib")]
else:
cuquantum_header_path = "%s/include" % cuquantum_root
custatevec_shared_library_path = "%s/lib/libcustatevec.so" % (cuquantum_root)
Expand Down

0 comments on commit 598c415

Please sign in to comment.