Changing Simulation Parameters on GUI #663
Answered by
pvillacorta
Jan 4, 2026
Replies: 2 comments 1 reply
|
Hi, Chris, thank you for using Koma! julia> KomaUI(;sim=Dict("Nblocks" => 30, "gpu" => true))It’s clear that this is not very convenient, since every time you want to change the simulation parameters you need to reload the GUI. This is the current limitation for now, and we hope to address it in the near future. |
1 reply
Answer selected by
cmwalker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi, Chris, thank you for using Koma!
Currently, the function to import simulation parameters is not implemented. Until then, one can change these options when calling
KomaUI()as follows:It’s clear that this is not very convenient, since every time you want to change the simulation parameters you need to reload the GUI. This is the current limitation for now, and we hope to address it in the near future.
Hope this helps, let us know if you have any follow-up questions.
Best