Skip to content

Commit

Permalink
arbitrary change to force a rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored Nov 17, 2023
1 parent 5e2aa5e commit e4d450d
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{4})\\d+" => s"at some memory address"
```jldoctest; filter = r"(\\d{5})\\d+" => s"<at some memory address>"
julia> using QuantumSavory, ResumableFunctions, ConcurrentSim
julia> regA = Register(1); regB = Register(1);
Expand Down

0 comments on commit e4d450d

Please sign in to comment.