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
I am working with the CommandPrinter() backend, and am interested in saving my readout as a qiskit quantum circuit object. How would one go about doing this? My intuition right now is to just string parse the printed commands, but I was hoping there would be a cleaner way to do this.