qiskit-community / qiskit-dynamics

Tools for building and solving models of quantum systems in Qiskit
https://qiskit-community.github.io/qiskit-dynamics/
Apache License 2.0
105 stars 61 forks source link

Add usage of max step size option in DynamicsBackend tutorial #229

Closed DanPuzzuoli closed 1 year ago

DanPuzzuoli commented 1 year ago

Summary

Closes #225

Details and comments

For now I've decided to resolve #225 by updating the tutorial to explicitly set the max step size. I thought about adding automatic determination of max step size, but it feels very messy and will be annoying to maintain. As the tutorial is the primary entry point for users, hopefully this should be enough, and we can see if more issues pop up.