john-waczak / AutoChem.jl

MIT License
0 stars 2 forks source link

Generate LaTeX via Quarto for Reactions, RoC, Jacobians, etc... #4

Open john-waczak opened 1 year ago

john-waczak commented 1 year ago

In your script directory, e.g. (utils/matthew), create a new julia script with functions to parse reaction databases and generate a .qmd file for quarto as output.

john-waczak commented 1 year ago

To get you started have a look at this code where I do this for the photolysis reactions.

john-waczak commented 12 months ago

For your tests, you can use the following reaction databases:

john-waczak commented 12 months ago

i.e. create a julia functions

function make_bimol_docs(bimol_db, outpath)
end

etc...