Move pack/unpack operations from exponential_apply_batch to the loops over batches
Description
Move pack/unpack operations from exponential_apply_batch to the loops over batches. This change ensures all operations done over the batches in the propagators are done packed. It also avoids a couple of unnecessary operations.
Checklist
-
I have checked that my code follows the Octopus coding standards