Skip to content

Commit

Permalink
Example works (i think)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSekavcnik committed Feb 27, 2024
1 parent c8bb83d commit 926eb87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/mach_zender_bb84.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
BSd = IdealBeamSplitter("BSd")

PSa = IdealPhaseShifter("PSa")
PSa.set_phi(0)
PSa.set_phi(pi/4)

PSb = IdealPhaseShifter("PSb")
PSb.set_phi(pi/4)

S = IdealNPhotonSource()
S.set_photon_num(0)
S.set_photon_num(1)
trigger = SimpleTrigger()

# Create Signals
Expand Down

0 comments on commit 926eb87

Please sign in to comment.