Stefan Seritan

Results 75 comments of Stefan Seritan

I'm not sure this is an actual bug... Maybe we should have a discussion, @kmrudin. There are definitely cases where you want to test models that are not static, and...

@rileyjmurray What version of pyGSTi were you running this on? I'm trying to reproduce on current develop and failing to do so (both commenting/uncommenting the availability line succeed).

Closing as this is now merged in with #415

We no longer support versions of Python where dicts do not remember insertion order. I'm fine with this change!

That's a fair counterpoint, the signaling of OrderedDict is much clearer that insertion order is important.Although I'll note that I'm not sure that distinction is immediately obvious to users. I...

I'm generally for this type of clean-up. We'll just have to be extra careful on the review of that PR to make sure we're not removing something we want. Even...

Agreed. I think the next release we are anticipating is 0.9.13, which will have other deletions/deprecations (i.e. Qibo). So we can go ahead and delete this as part of that.

An update on this: We've decided to also try to do this piecewise as we touch various parts of the code for other fixes. This means that user-exposure tags will...

FYI: Corey and I have discussed this and have a game plan for creating a utility function to transition the current modelpacks and create new modelpacks based on an existing...