Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
videlanicolas committed Jun 4, 2017
1 parent 86a3caf commit 494f147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qkd.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def QKD(N,verbose=False,eve_present=False):
aux += q.show() + " "
print aux
raw_input()
if eve:
if eve_present:
print "Eve intercepts Qubits!"
raw_input()
print ''.join(str(e) for e in eve_basis)
Expand Down

0 comments on commit 494f147

Please sign in to comment.