Pulsar backend: Make each sequencer activate its respective marker

Concerning the PulsarSequencerBase.generate_qasm_program method: Currently the sequencers set the markers so that all output switches/markers in the current revision of the pulsar are activated.

This should be changed in the future this instruction should be changed so that each sequencer activates only the marker of the output it is connected to. As for the output switch activation, I was told this will be automatically handled by the driver. Knowing which marker to be emitted will have to be done by checking the output the sequencer is outputting to, and knowing the marker value that activates only that marker.

Edited by Diogo Valada