Skip to content

Commit 6867ca0

Browse files
authored
Update qsim from 0.13.3 to 0.21.0 (#982)
## Description Updates the qsim dependency from version 0.13.3 to 0.21.0. Fixes #830 ## Changes - Updated `WORKSPACE` file to use qsim v0.21.0 - Updated SHA256 hash for the new version - Updated `strip_prefix` to match the new version ## Why The previous version of qsim (0.13.3) is outdated. Version 0.21.0 includes bug fixes and improvements, including support for matrix gates (see quantumlib/qsim#660). ## Testing - [x] Build passes: `bazel build //tensorflow_quantum/...` - [x] Tests pass: `bazel test //tensorflow_quantum/...`
1 parent 7dfa7a6 commit 6867ca0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ cc_library(
6868

6969
http_archive(
7070
name = "qsim",
71-
sha256 = "b9c1eba09a885a938b5e73dfc2e02f5231cf3b01d899415caa24769346a731d5",
71+
sha256 = "720eeb97298819e00bbb218b8b58fcebbbc1e1708233598fdffeef0b97339617",
7272
# patches = [
7373
# "//third_party/tf:qsim.patch",
7474
# ],
75-
strip_prefix = "qsim-0.13.3",
76-
urls = ["https://github.com/quantumlib/qsim/archive/refs/tags/v0.13.3.zip"],
75+
strip_prefix = "qsim-0.21.0",
76+
urls = ["https://github.com/quantumlib/qsim/archive/refs/tags/v0.21.0.zip"],
7777
)
7878

7979

0 commit comments

Comments
 (0)