Skip to content

Commit cc646c6

Browse files
author
t-0hmura
committed
Revert "Fix run_stepwise.sh: optimize scan endpoint before path-opt"
This reverts commit 6911e2e.
1 parent 6911e2e commit cc646c6

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

examples/methyltransferase/run_stepwise.sh

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,25 @@ mlmm opt -i r_layered.pdb -l "SAM:1,PHN:-1" --parm complex.parm7 --out-dir 01_op
1616
# Step 5: 1D bond scan (CS1 of SAM 359 – C8 of PHN 360, target 1.3 Å)
1717
mlmm scan -i 01_opt_init/final_geometry.pdb -l "SAM:1,PHN:-1" --parm complex.parm7 -s "[('SAM 359 CS1','PHN 360 C8',1.3)]" --out-dir 02_scan
1818

19-
# Step 6: Optimize scan endpoint (product candidate)
20-
mlmm opt -i 02_scan/stage_01/result.pdb -l "SAM:1,PHN:-1" --parm complex.parm7 --out-dir 02b_opt_scan_end
19+
# Step 6: Path optimization (Growing String Method)
20+
mlmm path-opt -i 01_opt_init/final_geometry.pdb 02_scan/stage_01/result.pdb -l "SAM:1,PHN:-1" --parm complex.parm7 --out-dir 03_path_opt
2121

22-
# Step 7: Path optimization (Growing String Method)
23-
mlmm path-opt -i 01_opt_init/final_geometry.pdb 02b_opt_scan_end/final_geometry.pdb -l "SAM:1,PHN:-1" --parm complex.parm7 --out-dir 03_path_opt
24-
25-
# Step 8: TS optimization
22+
# Step 7: TS optimization
2623
mlmm tsopt -i 03_path_opt/hei.pdb -l "SAM:1,PHN:-1" --parm complex.parm7 --out-dir 04_tsopt
2724

28-
# Step 9: IRC
25+
# Step 8: IRC
2926
mlmm irc -i 04_tsopt/final_geometry.pdb -l "SAM:1,PHN:-1" --parm complex.parm7 --out-dir 05_irc
3027

31-
# Step 10: Optimize IRC forward endpoint
28+
# Step 9: Optimize IRC forward endpoint (use single-frame endpoint, not trajectory PDB)
3229
mlmm opt -i 05_irc/forward_last.pdb -l "SAM:1,PHN:-1" --parm complex.parm7 --out-dir 06_opt_fwd --thresh baker
3330

34-
# Step 11: Optimize IRC backward endpoint
31+
# Step 10: Optimize IRC backward endpoint
3532
mlmm opt -i 05_irc/backward_last.pdb -l "SAM:1,PHN:-1" --parm complex.parm7 --out-dir 07_opt_bwd --thresh baker
3633

37-
# Step 12: Frequency analysis (R, TS, P)
34+
# Step 11: Frequency analysis (R, TS, P)
3835
mlmm freq -i 06_opt_fwd/final_geometry.pdb -l "SAM:1,PHN:-1" --parm complex.parm7 --out-dir 08_freq_reac
3936
mlmm freq -i 04_tsopt/final_geometry.pdb -l "SAM:1,PHN:-1" --parm complex.parm7 --out-dir 09_freq_ts
4037
mlmm freq -i 07_opt_bwd/final_geometry.pdb -l "SAM:1,PHN:-1" --parm complex.parm7 --out-dir 10_freq_prod
4138

42-
# Step 13: Energy diagram (replace placeholder values with actual relative energies)
39+
# Step 12: Energy diagram (replace placeholder values with actual relative energies)
4340
mlmm energy-diagram -i "[0, 15.6, -43.7]" -o energy_diagram.png --label-x R TS P

0 commit comments

Comments
 (0)