11MultiOptPy Documentation
22=======================
33
4- **Version **: v1.4.5
4+ **Version **: v1.15.4
55 **Repository **: `https://github.com/ss0832/MultiOptPy <https://github.com/ss0832/MultiOptPy >`_
66 *An optimizer for quantum chemical calculation including artificial force induced reaction method *
77
@@ -30,7 +30,7 @@ Installation
3030
3131 git clone https://github.com/ss0832/MultiOptPy.git
3232
33- or download the latest version of this program (v1.4.5 (2025/3/5) ).
33+ or download the latest version of this program (v1.15.4 ).
3434
3535
3636Requirements
@@ -62,7 +62,7 @@ After ``git clone``,
6262 python optmain.py SN2.xyz
6363
6464 # Transition state optimization (1st-order saddle)
65- python optmain.py aldol_rxn_PT.xyz -xtb GFN2-xTB -opt rfo3_bofill -order 1 -fc 5
65+ python optmain.py aldol_rxn_PT.xyz -xtb GFN2-xTB -opt rsirfo_fsb -order 1 -fc 5
6666
6767 # NEB calculation
6868 python nebmain.py aldol_rxn -xtb GFN2-xTB -ns 50
@@ -168,7 +168,7 @@ Advanced Options
168168 - Description
169169 - Default
170170 * - ``-opt ``, ``--opt_method ``
171- - Optimization method (e.g. ``FIRELARS ``, ``RFO ``)
171+ - Optimization method (e.g. ``FIRELARS ``, ``rsirfo_fsb ``)
172172 - ``FIRELARS ``
173173 * - ``-fc ``, ``--calc_exact_hess ``
174174 - Calculate exact Hessian every N steps
@@ -352,9 +352,6 @@ Basic Options
352352 * - ``-ns ``, ``--NSTEP ``
353353 - Number of iterations
354354 - ``999 ``
355- * - ``-opt ``, ``--opt_method ``
356- - Optimization method
357- - ``FIRELARS ``
358355 * - ``-sub_bs ``, ``--sub_basisset ``
359356 - Sub basis set for specific atoms
360357 - None
@@ -367,7 +364,7 @@ Basic Options
367364
368365------------
369366
370- Bias Potentials and Forces
367+ Bias Potentials and Forces (optmain.py, nebmain.py, mdmain.py, ieipmain.py)
371368-------------------------
372369
373370MultiOptPy supports a variety of bias potentials and forces.
@@ -457,7 +454,7 @@ V(φ) = 0.5k(φ - φ_0)^2
457454
458455------------
459456
460- Extended Tight Binding Options
457+ Extended Tight Binding Options (optmain.py, nebmain.py, mdmain.py, ieipmain.py)
461458-----------------------------
462459
463460.. list-table ::
0 commit comments