-
Notifications
You must be signed in to change notification settings - Fork 16
Description
I learned that the ibm_quantum_widgets package has been deprecated as a standalone package. Unlike many situations like this where a package will continue to exist publicly but won't be supported, IBM pulled the package so it is simply no longer available. Unfortunately, this is a breaking change for this codebase.
Also, Qiskit 1.0.0 introduces additional breaking changes. Some of the approaches for the runtime has changed, and I got stuck with the migration to the V2 runtime primatives. I believe all of the necessary functionality exists within the updated packages, but in order to be used the notebooks would need to be rewritten for current versions.
I will give it another go if we have a chance to circle back on this, but wanted to let you know about the breaking change... which is unfortunate for this otherwise very cool visualization! The process was helpful for my understanding, regardless, so thank you for putting this together.