Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang committed Jul 11, 2024
1 parent 21ef4de commit e351356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cuda_ext.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using CUDA.CUSPARSE
QuantumToolbox.about()
CUDA.versioninfo()

@testset "CUDA Extension" begin
@testset "CUDA Extension" verbose = true begin
ψdi = Qobj(Int64[1, 0])
ψdf = Qobj(Float64[1, 0])
ψdc = Qobj(ComplexF64[1, 0])
Expand Down

0 comments on commit e351356

Please sign in to comment.