This speed up is also for Bootstrap simulations and the frame order analysis. The change affects
the monte_carlo.initial_values user function. The alignment tensor _update_object() method was very
inefficient when updating the Monte Carlo simulation data structures. For each simulation, each of
the alignment tensor data structures were being updated for all simulations. Now only the current
simulations is being updated. This speeds up the user function by many orders of magnitude.