Skip to content

Commit 829ce37

Browse files
atravitzIAlibay
andauthored
adding user message for --n-protocol-repeats transparency (#1137)
* adding user message for transparency * fixing formatting for clarity, adding to rhfe planner * Update openfecli/commands/plan_rbfe_network.py Co-authored-by: Irfan Alibay <[email protected]> * Update plan_rhfe_network.py --------- Co-authored-by: Irfan Alibay <[email protected]>
1 parent ebb3a7e commit 829ce37

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

openfecli/commands/plan_rbfe_network.py

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ def plan_rbfe_network(
229229
if overwrite_charges:
230230
write("\tOverwriting partial charges")
231231
write("")
232+
write(f"\t{n_protocol_repeats=} ({n_protocol_repeats} simulation repeat(s) per transformation)\n")
232233

233234
# DO
234235
write("Planning RBFE-Campaign:")

openfecli/commands/plan_rhfe_network.py

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ def plan_rhfe_network(molecules: List[str], yaml_settings: str, output_dir: str,
185185
if overwrite_charges:
186186
write("\tOverwriting partial charges")
187187
write("")
188+
write(f"\t{n_protocol_repeats=} ({n_protocol_repeats} simulation repeat(s) per transformation)\n")
188189

189190
# DO
190191
write("Planning RHFE-Campaign:")

0 commit comments

Comments
 (0)