Tools for building and solving models of quantum systems in Qiskit
105
stars
61
forks
source link
`DynamicsBackend.from_backend` doesn't work with subsystem measurements for backends with a qubit count greater than `32` #357
Open
NotJustSid opened 5 months ago
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.