Hector Medina
Hector Medina
Allow the user to set custom Y-limits and X-limits to draw a custom range of the observables' plot.
It would be useful to have a visualization of the mixture using potatoes. Currently with the tree diagram, we can visualize snapshots of large mixtures; but that layout is terrible...
Variables are expected to be highlighted by the UI, normally appearing in a shade of electric blue. However, this only applies if the variable is declared using quote marks. Variables...
``%var: "foo"`` Gives an "illegal definition error". It would be useful if one could define variables that hold strings, allowing for example the modification of a snapshot file name vía...
The following rule should get flagged as having useless distinction of [molecul]arity: the LHS is a connected component, therefore the bimolecular rate supplied is useless. Currently, the UI does not...
In the UI (KaSimCloud), when one makes a model and the CM is rendered, there is an option to display the sites' states. Next to it, there is an option...
Given the model: ``` %agent: A(n,m) '0' A(n,m),A(n,m) A(n!1,m),A(n,m!1) @ 1 {0},1 #first dimerization 'n' A(n,m),A(n,m!_) A(n,m!1),A(n!1,m!_) @ 1 {0},1 #cap n-end with a monomer 'm' A(n!_,m),A(n,m) A(n!_,m!1),A(n!1,m) @ 1...
Run a model to get n plot points (e.g. 1 point per second for 50 seconds for 50 total plot points), but before it finishes, reduce the number of points...
Stable Diffusion, commit 69ae4b35e0a0f6ee1af8bb9a5d0016ccb27e36dc I'm trying to use the `test_watermark.py` to check if an imagine from a 3rd party was generated with Stable Diffusion. After installing `python fire`, the script...
Fix #650 by explicitly stating the unix library imports. Most ka-things import kappa_generic_toolset, and so adding `unix` to that library's Dune stanza solved most of the warnings. The version object...