I'd like to be able to create variables like this:
or possibly this:
in python programatically. I propose using a combination of lists and dicts to describe variables. e.g.
and
[{"ca": [{"b": "1"}]}, {"CaM": [{"c1": "1"}]}]
would describe the above Kappa strings.
I'd like to be able to create variables like this:
or possibly this:
in python programatically. I propose using a combination of lists and dicts to describe variables. e.g.
and
would describe the above Kappa strings.