For sure, the automata performs a measurement after reading each symbol "a" and applying an associated unitary Va. Yet, it is not really meaningful to compute the amplitudes of the state to be measured over |q0⟩ and |q1⟩ and to put them on the diagram, for the automata does neot measure the projectors |q0⟩⟨q0|, and |q1⟩⟨q1|. In other words, this numbers do not represent probabilities, they do not correspond to outcomes of the measurement to be performed. Therefore, labeling the arrows of the diagram with this numbers would give a potentially-misleading illustration of how the measurement process is working.
Although I might say things you already know, let us elaborate on the topic a bit to clarify the meaning of the transition diagrams you depicted. It is important to highlight that after reading a symbol a and applying Va, the automata does not perform a measurement in the standard computational basis:
{|q0⟩,|q1⟩,|qacc⟩,|qrej⟩}
Instead, the automata measures this complete set of orthogonal projectors:
- Pacc=|qacc⟩⟨qacc|
- Prej=|qrej⟩⟨qrej|
- Pnon=|q0⟩⟨q0|+|q1⟩⟨q1|
In other words, the measurement has three possible outcomes: (acc) the automata measures an accepting state and halts; (rej) the automata measures a rejecting state and halts; (non) the automate measures something else, does not halt, and reads next symbol (non states for non-halting).
Now, this is a problem I see in your diagrams: if you had a state (|q0⟩+|q1⟩)/2 before some measurement, and you happened to obtain the outcome (non), the state would remain invariant after the measurement (just apply Pnon and check). Therefore, depicting the probability of transition to either |q0⟩ or |q1⟩ creates confusion.
Taking all said into account it is easy to follow the calculation given in your main reference. In order to illustrate everything said, and, for completeness, I will quote it with here with some minor comments (though I added some modifications, I do not know whether this type of quoting is acceptable; if its is not, please, let me know or edit the answer yourself):
The automaton starts in |q0⟩.
Read "a". Va is applied,
giving 12|q0⟩+12|q1⟩+12√|qrej⟩.
This is observed. Two outcomes are possible. With probability
(1/2–√)2=1/2, a rejecting state is observed.
Then, the superposition collapses to |qrej⟩,
the word is rejected and the computation terminates.
Otherwise (with probability 1/2), a non-halting state is observed and the
superposition collapses to 12|q0⟩+12|q1⟩.
In this case, the computation continues.
Read "a" again. A simple computation (we leave the details out)
shows that 12|q0⟩+12|q1⟩ is mapped
to itself by Va.
After that, a non-halting state is observed. (There are no
accepting or rejecting states in this superposition.)
Read final symbol $. The transformation V$ corresponding
to the right endmarker $ is done. It maps
the superposition to 12|qrej⟩+12|qacc⟩.
This is observed. With probability (1/2)2=1/4, the rejecting state qrej
is observed. With probability 1/4, the accepting state qacc is observed.
The total probability of accepting is 1/4, the probability
of rejecting is 1/2+1/4=3/4.