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
Local sim has None default shots, whereas emulators default to 0. This creates an issue for program sets, where local sim can infer the total shots from shots_per_executable, whereas emulator cannot unless shots is supplied.
Describe the bug
Local sim has None default shots, whereas emulators default to 0. This creates an issue for program sets, where local sim can infer the total shots from shots_per_executable, whereas emulator cannot unless shots is supplied.