Submitting multiple different simulations in a single job

I’m essentially looking to do something similar to what “.batch_assign” would do but the variable I want to alter is a list (that will go in a “.location()”), but “.batch_assign” does not support this due to only allowing certain types.

Is there anyway I can build a batch using multiple Programs and then somehow put them all together and submit them as a single job.

For technical reasons, I need them all in a single job so submitting the different simulations individually is not an option.

Use .scale not .location scale allows you to provide the full list of coefficients over all the qubits:Field - The Neutral Atom SDK

Thank you, will try this.