You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the merge of #589 and #655, there are some "internal cleanup" tasks to be performed:
reduce the amount of verbosity when creating subclasses (long term, it should be possible to recreate them from the .json specs themselves), ideally preserving facilities for static analysis and clarity for the user Streamline and make qobj classes more friendly #654
What is the expected enhancement?
After the merge of #589 and #655, there are some "internal cleanup" tasks to be performed:
QObj
s built into them are not created from a dictionary Update the tests so theQobj
s built into them are not created from a dictionary #650from_dict
andas_dict
methods, as they are currently mostly a convenience for the transition Revise thefrom_dict
andas_dict
methods, as they are currently mostly a convenience for the transition #652QObj
class itself Add more tests about theQObj
themselves #653The text was updated successfully, but these errors were encountered: