reaktoro / reaktoro-jupyter-book

Reaktoro's documentation using Jupyter Book
15 stars 2 forks source link

Missing code in creating-chemical-states #3

Closed cdeil closed 10 months ago

cdeil commented 10 months ago

The Reaktoro tutorial is really nice! Thank you! :-)

In https://reaktoro.org/tutorials/basics/creating-chemical-states.html at the end this is written:

he code below demonstrates how to access the phase pairs for which surfaces areas have been set and retrieve their values:

Looks like there is some code example missing?

Screenshot 2024-01-06 at 21 21 31
allanleal commented 10 months ago

Thanks, @cdeil - Setting surface area values in ChemicalState turned out not to be the right approach for chemical kinetics, and this feature was removed. This commit resolves this issue, but I'm still working on improvements in algorithm before updating the notebooks that compose the website.