The processor.run_queue() method needs to be executed for all the optimisation user function of
relax (at the end of both the grid_search() and the calc() functions). Otherwise when removing the
processor.run_queue() call from the specific_analyses code results in a failure of the grid search
or back-calculation to be run until the minimise() user function call, which will be too late.