We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6eed54e + 6867ca0 commit d1074adCopy full SHA for d1074ad
WORKSPACE
@@ -68,12 +68,12 @@ cc_library(
68
69
http_archive(
70
name = "qsim",
71
- sha256 = "b9c1eba09a885a938b5e73dfc2e02f5231cf3b01d899415caa24769346a731d5",
+ sha256 = "720eeb97298819e00bbb218b8b58fcebbbc1e1708233598fdffeef0b97339617",
72
# patches = [
73
# "//third_party/tf:qsim.patch",
74
# ],
75
- strip_prefix = "qsim-0.13.3",
76
- urls = ["https://github.com/quantumlib/qsim/archive/refs/tags/v0.13.3.zip"],
+ strip_prefix = "qsim-0.21.0",
+ urls = ["https://github.com/quantumlib/qsim/archive/refs/tags/v0.21.0.zip"],
77
)
78
79
0 commit comments