diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index b6722d2..1f3d2fb 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2025-01-07T11:14:35","documenter_version":"1.8.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2025-01-07T15:42:18","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 69338b1..8eb99cc 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 Tuesday 7 January 2025. Using Julia version 1.11.2.