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

Fix call to gate_expand_1toN in ch05 #28

Open JohnChen0 opened 2 years ago

JohnChen0 commented 2 years ago

A call to gate_expand_1toN was using old namespace, causing it to fail with latest version of QuTiP (4.7.0). Fixing