these are matrix elements that i am checking, and my loop works such that the sigmak1 and sigmak2 changes every time it loops. However, this now is already a loop of 16 loops and if i want to add say sigmak3 then my loop will have to contain 64 loops. as there are four possible values that the sigma can take with every loop the number of loops gets times by four.
my question is is it possible to write subroutines in which i can have each loop separately and then call them when i want to compile or am i just going to have to bite my tongue and write the loops over and over, that would be tough considering i want to have up to 25 sigma and i want to check all possible combinations of them.