We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b00539 commit a4c416dCopy full SHA for a4c416d
docs/how_to.md
@@ -8,8 +8,9 @@ a chemical species. The following are possible keys and corresponding
8
values for each species dictionary:
9
10
- `label` (str, required): The species label.
11
-- `concentration` (float): concentration units are mole fraction for gas phase
+- `concentration` (Union[float, Tuple[float, float]]): Concentration units are mole fraction for gas phase
12
and mol/cm3 for liquid phase. Defaults to `0`.
13
+ A concentration range can also be specified (a length-2 list/tuple).
14
- `smiles` (str): The
15
<a href="https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system" target="_blank">
16
SMILES</a> representation.
0 commit comments