diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 2212888..0aa55bc 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2025-01-05T17:56:21","documenter_version":"1.8.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2025-01-06T15:22:31","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/dev/basics/components/index.html b/dev/basics/components/index.html index 80861a1..df509ef 100644 --- a/dev/basics/components/index.html +++ b/dev/basics/components/index.html @@ -16,4 +16,4 @@ mc = quantity(C, 0.001C.molar_mass) ma + mc
AuChimiste.ComponentQuantity(0.1580370768, AuChimiste.ChemicalComponent([:Al, :Ca, :O], [1.0, 0.5000000000000001, 2.0], [0.2857142857142857, 0.14285714285714288, 0.5714285714285714], [0.34145833302327955, 0.2535987175384151, 0.4049429494383055], 79.01853840000001, 0))
Because in many situations one may be interested in mixing quantities directly, a wrapper is provided for eliminating the need of and explicit creation of a component
.
ma = quantity(:stoichiometry, 1.0; Al=2, O=3)
mc = quantity(:stoichiometry, 1.0; Ca=1, O=1)
-ma + mc
AuChimiste.ComponentQuantity(2.0, AuChimiste.ChemicalComponent([:Al, :Ca, :O], [0.9999999999999999, 0.9091078053390873, 2.409107805339087], [0.2315771351312748, 0.21052858108590652, 0.5578942837828187], [0.2646284628926447, 0.3573479323073631, 0.37802360479999225], 101.9600768, 0))
Operations on electrical charges of quantities of matter are currently not supported. This functionality was initially conceived for balancing macroscopic amounts of matter and may in the future be extended for ionic substances.
Settings
This document was generated with Documenter.jl version 1.8.0 on Sunday 5 January 2025. Using Julia version 1.11.2.