Skip to content

Commit

Permalink
use julia-repl instead of jldoctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayan-P committed Aug 27, 2023
1 parent e1eff4e commit 379381b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/gpu_adapters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For example based on your CPU architecture, if working with matrices of UInt32 i
```jldoctest
```julia-repl
julia> using QuantumClifford: to_cpu, to_gpu
julia> using CUDA # without this import, to_cpu, to_gpu are just function
Expand All @@ -29,7 +29,7 @@ julia> stab_result_cpu = to_cpu(stab_gpu)
+ __Z
```
```jldoctest
```julia-repl
julia> using QuantumClifford: to_cpu, to_gpu
julia> using CUDA # without this import, to_cpu, to_gpu are just function
Expand All @@ -56,7 +56,7 @@ For example based on your GPU architecture, if working with matrices of UInt64 i
```jldoctest
```julia-repl
julia> using QuantumClifford: to_cpu, to_gpu
julia> using CUDA # without this import, to_cpu, to_gpu are just function
Expand All @@ -76,7 +76,7 @@ julia> stab_result_cpu = to_cpu(stab_gpu)
+ __Z
```
```jldoctest
```julia-repl
julia> using QuantumClifford: to_cpu, to_gpu
julia> using CUDA # without this import, to_cpu, to_gpu are just function
Expand Down

0 comments on commit 379381b

Please sign in to comment.