graphix icon indicating copy to clipboard operation
graphix copied to clipboard

Step-in feature into pattern execution

Open shinich1 opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. no

Describe the solution you'd like It might be beneficial if pattern execution can be done by hand, i.e. if you can execute only up to certain command, check the state, and step forward the command execution, etc. This is particularly important if error corrections will be implemented (with density matrix backend).

Describe alternatives you've considered na

Additional context na

shinich1 avatar Feb 18 '23 10:02 shinich1

we can have an internal variable to keep track of the execution progress, and have methods run_command() and run_commands(N), print_state(), print_measurement_results(), etc.

shinich1 avatar Feb 18 '23 11:02 shinich1

also add verbosity option to pattern execution

shinich1 avatar Feb 18 '23 11:02 shinich1