crazy4pi314 / learn-qc-with-python-and-qsharp

Companion code for Learn Quantum Computing with Python and Q# Book by Dr. Sarah Kaiser and Dr. Cassandra Granade 💖
https://bit.ly/qsharp-book
MIT License
90 stars 51 forks source link

simulate_bb84 function has incorrect type hint #10

Closed hettlage closed 3 years ago

hettlage commented 4 years ago

The function simulate_bb84 in ch03/bb84.py has the type hint tuple for its return type, but it actually returns a list.