Skip to content

Commit

Permalink
updated to latest Yao.jl version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lukas Bosse committed Mar 8, 2023
1 parent 8c51d51 commit af4d05c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FLOYao"
uuid = "6d9310a3-f1d0-41b7-8edb-11c1cf57cd2d"
authors = ["janlukas.bosse <[email protected]> and contributors"]
version = "1.2.2"
version = "1.2.3"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -10,7 +10,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Yao = "5872b779-8223-5990-8dd0-5abbb0748c8c"

[compat]
Yao = "0.8"
Yao = "0.8.6"
julia = "1"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ end

(in_mreg, in_mregδ), params_mregδ = @test_warn "Calling manual" Yao.AD.apply_back((mreg, mregδ), circuit)
(in_areg, in_aregδ), params_aregδ = Yao.AD.apply_back((areg, aregδ), circuit)
@test params_mregδ 2params_aregδ
@test params_mregδ params_aregδ

@test fidelity(majorana2arrayreg(in_mreg), in_areg) 1.

Expand Down

0 comments on commit af4d05c

Please sign in to comment.