Skip to content

Commit

Permalink
fix CUDA extension test
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang committed Nov 22, 2024
1 parent 8e684f0 commit 9bf9c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gpu/CUDAExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CUDA.@time @testset "CUDA Extension" begin
tier = 3

# System Hamiltonian
Hsys = Qobj([0 0; 0 0])
Hsys = Qobj(zeros(ComplexF64, 2, 2))

# system-bath coupling operator
Qb = sigmax()
Expand Down

0 comments on commit 9bf9c6b

Please sign in to comment.