Skip to content

Commit

Permalink
Update quantumchannel.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tro authored Nov 17, 2023
1 parent e3e2e15 commit ade6381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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+"
```jldoctest; filter = r"(\\d{5})\\d+" => s"(\\d{5})\\d+"
julia> using QuantumSavory, ResumableFunctions, ConcurrentSim
julia> regA = Register(1); regB = Register(1);
Expand Down

0 comments on commit ade6381

Please sign in to comment.