[ANN] ChemEquations.jl: write and balance chemical equations elegantly and efficiently

v0.2.1

adds support for state symbols, i.e. (s), (l), (g), (aq). They don’t change the balancing of the equation, so they’re just stripped.


Thanks! I was looking for a package to interface the stoichiometric calculations in ChemEquations, so I’ll try this one, too.

Absolutely, try any equation! If you find some that doesn’t work, please file an issue.

It has to be written this way:

julia> ChemEquation("$satans_kimchi + H2O = HF + O3")
F2O2 + H2O = HF + O3

But I don’t know why macro doesn’t work with the same syntax.