Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lauradavossa committed Nov 4, 2024
1 parent 463d40d commit 395e171
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/Transducer_Examples/EntanglementSwapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@

# Timeline
START_TIME = 0
EMISSION_DURATION = 10 # ps
ENTANGLEMENT_GENERATION_DURATION = 10 #ps
SWAPPING_DUARTION = 1 # ps
MEASURE_DURATION = 9 # ps
EMISSION_DURATION = 10 # mus
ENTANGLEMENT_GENERATION_DURATION = 10 #mus
SWAPPING_DUARTION = 1 # mus
MEASURE_DURATION = 9 # mus
PERIOD = ENTANGLEMENT_GENERATION_DURATION + SWAPPING_DUARTION + MEASURE_DURATION + EMISSION_DURATION

#Transmon
Expand Down

0 comments on commit 395e171

Please # to comment.