Skip to content

Commit 5639be4

Browse files
authored
Update README.md
1 parent 2ba6a87 commit 5639be4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,24 @@ conda create -n <env-name> python=3.12 pip
8181
conda activate <env-name>
8282
pip 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

0 commit comments

Comments
 (0)