Previous post: Getting ready for the first merge Next post: Setting up Pulse simulators Configurable Options Shots An option to configure shots was added to the QiskitCircuitSimulator backend. This samples measurements from the obtained probability distribution. The shots can be configured while running a circuit on the backend as follows: job = backend.run(circuit, shots=500) By default, if the option is not provided, the circuit runs for 1024 shots.