Skip to content

Commit

Permalink
update code sample 1
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitseron committed Jun 6, 2023
1 parent 2ab973c commit 75c50a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/publication/package/HOM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using Plots
Δω = 1
# Set the model of partial distinguishability
T = OneParameterInterpolation
# Define the unbalanced beams-plitter
# Define the beam-splitter
B = BeamSplitter(1/sqrt(2))
# Set each particle in a different mode
r_i = ModeOccupation([1,1])
Expand All @@ -18,7 +18,7 @@ o = FockDetection(r_f)
events = []

for Δt in -4:0.01:4
# distinguishability
# Distinguishability
dist = exp(-(Δω * Δt)^2)
i = Input{T}(r_i,dist)

Expand Down

0 comments on commit 75c50a1

Please sign in to comment.