File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,6 +81,24 @@ conda create -n <env-name> python=3.12 pip
8181conda activate <env-name>
8282pip install git+https://github.com/ss0832/MultiOptPy.git@v1.20.2
8383
84+ ## 💻 Command Line Interface (CLI) Functionality (v1.20.2)
85+ # The following eight core functionalities are available as direct executable commands in your terminal after installation:
86+ # optmain (Logic from optmain.py):
87+ # Function: Executes the Core Geometry Optimization functionality.
88+ # nebmain (Logic from nebmain.py):
89+ # Function: Executes the Nudged Elastic Band (NEB) path optimization tool for transition state searches.
90+ # confsearch (Logic from conformation_search.py):
91+ # Function: Utilizes the comprehensive Conformational Search routine.
92+ # run_autots (Logic from run_autots.py):
93+ # Function: Launches the Automated Transition State (AutoTS) workflow.
94+ # mdmain (Logic from mdmain.py):
95+ # Function: Initiates Molecular Dynamics (MD) simulation functionality.
96+ # relaxedscan (Logic from relaxed_scan.py):
97+ # Function: Executes the Relaxed Potential Energy Surface (PES) Scanning functionality.
98+ # ieipmain (Logic from ieipmain.py):
99+ # Function: Utilizes the Independent Electron Pair Interaction (iEIP) calculation functionality.
100+ # orientsearch (Logic from orientation_search.py):
101+ # Function: Executes the molecular Orientation Sampling and Search utility.
84102
85103```
86104
You can’t perform that action at this time.
0 commit comments