Skip to content

Commit

Permalink
Fixing #10 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy4pi314 authored Aug 13, 2021
1 parent bddc4a2 commit 209ae3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch03/bb84.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def send_single_bit_with_bb84(

return ((your_message, your_basis), (eve_result, eve_basis))

def simulate_bb84(n_bits: int) -> tuple:
def simulate_bb84(n_bits: int) -> list:
your_device = SingleQubitSimulator()
eve_device = SingleQubitSimulator()

Expand Down

0 comments on commit 209ae3f

Please sign in to comment.