Skip to content

Commit 14c41ae

Browse files
authored
docs: enhance '--miso' argument help description
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@ustc.edu.cn>
1 parent 943409a commit 14c41ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

reacnetgenerator/commandline.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ def main_parser() -> argparse.ArgumentParser:
5252
),
5353
action="store_true",
5454
)
55-
parser.add_argument("--miso", help="Merge the isomers", type=int, default=0)
55+
parser.add_argument("--miso", help=(
56+
"Merge the isomers, and the highest frequency is used as the representative. 0, off; "
57+
"1, merge the isomers with the same atoms and same bond-network but different bond orders; "
58+
"2, merge the isomers with the same atoms with different bond networks."), type=int, default=0)
5659
parser_type = parser.add_mutually_exclusive_group()
5760
parser_type.add_argument(
5861
"--dump",

0 commit comments

Comments
 (0)