Skip to content

Commit

Permalink
remove nonfunctional doctest filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored Nov 17, 2023
1 parent de83e67 commit 7d1fb2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/quantumchannel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Delay and background noise processes are supported.
The function `put!` is used to take the contents of a `RegRef` and put it in the channel.
That state can can then be received by a register (after a delay) using the `take!` method.
```jldoctest; filter = r"(\\d{5})\\d+" => s"(\\d{5})\\d+"
```jldoctest
julia> using QuantumSavory, ResumableFunctions, ConcurrentSim
julia> regA = Register(1); regB = Register(1);
Expand Down Expand Up @@ -40,8 +40,6 @@ julia> regA
Register with 1 slots: [ Qubit ]
Slots:
nothing
julia> regB;
```
"""
struct QuantumChannel{T}
Expand Down

0 comments on commit 7d1fb2f

Please sign in to comment.