quantumsim / qsoverlay

An overlay for the quantumsim package developed by Brian Tarasinski (https://github.com/brianzi/quantumsim)
GNU General Public License v3.0
2 stars 4 forks source link

Introduction notebook outdated #2

Closed BorisVarbanov closed 6 years ago

BorisVarbanov commented 6 years ago

In the Introduction notebook the Setup is treated as a subscriptable object (and instead the contained dictionaries are now simply class members), resulting in TypeError erros. This occurs on cell 3, where the dictionaries are accessed (setup['qubit_dic']) and in cells 4,10,12 where the setup is incorrectly unpacked (**setup). @obriente

obriente commented 6 years ago

Fair point - the introduction notebook is now pretty much superseded by the QSoverlay tutorial notebook. Perhaps it's just better if I remove it.

slavoutich commented 6 years ago

Fixed already, I guess.