I am analyzing a series of molecular dynamic trajectories,
traj1
traj2
traj3
...
I want to apply an analysis function to all them separately so that I get the different outputs also numbered
output1
output2
output3
...
Either that Or
traj1_output
traj2_output
traj3_output
I was trying to write a loop, but couldnt really find the way.
Any suggestion would be highly appreciated.
Thanks a lot!