Skip to content

Commit a4c416d

Browse files
committed
Docs: Added species concentration range to the docs
1 parent 0b00539 commit a4c416d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/how_to.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ a chemical species. The following are possible keys and corresponding
88
values for each species dictionary:
99

1010
- `label` (str, required): The species label.
11-
- `concentration` (float): concentration units are mole fraction for gas phase
11+
- `concentration` (Union[float, Tuple[float, float]]): Concentration units are mole fraction for gas phase
1212
and mol/cm3 for liquid phase. Defaults to `0`.
13+
A concentration range can also be specified (a length-2 list/tuple).
1314
- `smiles` (str): The
1415
<a href="https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system" target="_blank">
1516
SMILES</a> representation.

0 commit comments

Comments
 (0)