QuantumQuadrate / CsPyController

GNU Lesser General Public License v3.0
3 stars 3 forks source link

independent variable priority being automatically sorted by alphabetical order #17

Open kwnminho opened 7 years ago

kwnminho commented 7 years ago

When sweeping more than one variable, CsPy assigns upper entry to be inner loop, and lower entry to be outer loop. CsPy appears to be rearranging them in alphabetical order everytime it launches. This could be a problem if operator is unaware of, ruining experiment. It would be desirable to have CsPy to keep the order.