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 #655, the local C++ simulators accept a Qobj instance (with the new schema) during the Python stub's .run(), but internally they still use the old schema (when passing it to the executable during the module's run()). Ideally they should also make use of the new schema and the instances directly instead of performing that conversion.
The text was updated successfully, but these errors were encountered:
What is the expected enhancement?
After #655, the local C++ simulators accept a
Qobj
instance (with the new schema) during the Python stub's.run()
, but internally they still use the old schema (when passing it to the executable during the module'srun()
). Ideally they should also make use of the new schema and the instances directly instead of performing that conversion.The text was updated successfully, but these errors were encountered: