Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

Commit 3d4fa58

Browse files
authored
upgrade cuda (#79)
Merge because I tested locally and all tests pass.
1 parent 81f570b commit 3d4fa58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "CuYao"
22
uuid = "b48ca7a8-dd42-11e8-2b8e-1b7706800275"
3-
version = "0.3.5"
3+
version = "0.3.6"
44

55
[deps]
66
BitBasis = "50ba71b6-fa0f-514d-ae9a-0916efc90dcf"
@@ -16,7 +16,7 @@ Yao = "5872b779-8223-5990-8dd0-5abbb0748c8c"
1616

1717
[compat]
1818
BitBasis = "0.8"
19-
CUDA = "3.10"
19+
CUDA = "4"
2020
LuxurySparse = "0.7"
2121
Reexport = "0.2, 1"
2222
StaticArrays = "0.12, 1"

test/extra.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ end
4747
b = expect(h, crho)
4848
@test a b
4949
# fidelity
50-
@test_broken fidelity(crho, crho) 1
50+
@test fidelity(crho, crho) 1
5151
@test measure(crho; nshots=2) isa Vector
5252
end

0 commit comments

Comments
 (0)