Skip to content

Commit 1c8be0e

Browse files
committed
Added species concentration range to the commented input file
1 parent 8b8e6a8 commit 1c8be0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/commented/input.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ rmg:
7474
species:
7575
- label: ethane
7676
smiles: CC
77-
concentration: 1
77+
concentration: [1, 1.75] # a concentration range can be defined (a length-2 list)
7878
reactive: true # optional, default: ``True``
7979
xyz: [ethane.log] # each entry could be a string/dictionary XYZ format or a file path to parse the information from
8080
seed_all_rads: ['radical', 'alkoxyl', 'peroxyl'] # radical derivatives that will be added the RMG input file

0 commit comments

Comments
 (0)