Loop simulation

Dear all,

In lammps, how can I loop over the simulation for two parameters.

For example,

parameter a = 1 3 6 4 5 8 2 (7 )
parameter b = 4 5 6 3 8 9 10 14 15 (9)

for each parameter a, I need to run the parameter b.
totally, I need to run 63 times.

Best Wishes!

RTFM!

There is an example of a double loop on the jump command
doc page.

Steve