DynamicsBackend.from_backend
doesn't work with subsystem measurements for backends with a qubit count greater than 32
#357
Labels
bug
Something isn't working
Informations
main
3.10
Windows
What is the current behavior?
A backend created through
DynamicsBacked.from_backend
and initialized with asubsystem_list
errors out withSteps to reproduce the problem
What is the expected behavior?
Successful simulation followed by a
Result
object being returned.Suggested solutions/workaround
As detailed in this Slack thread one would need to redefine
options.subsystem_dims
.Making changes similar to this on a local fork acts as a temporary workaround.
The text was updated successfully, but these errors were encountered: