Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Commit 5ac02c7

Browse files
authored
Update DOI and version in README
Updated DOI and version number in README.md.
1 parent cdae2ec commit 5ac02c7

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
[![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/ss0832)
1010

1111
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/multioptpy?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/multioptpy)
12-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17973395.svg)](https://doi.org/10.5281/zenodo.17973395)
12+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18529521.svg)](https://doi.org/10.5281/zenodo.18529521)
13+
14+
1315

1416
If this tool helped your studies, education, or saved your time, I'd appreciate a coffee!
1517
Your support serves as a great encouragement for this personal project and fuels my next journey.
@@ -137,11 +139,11 @@ References are given in the source code.
137139
After downloading the repository using git clone or similar commands, move to the generated directory and run the following:
138140
python command
139141
```
140-
python optmain.py SN2.xyz -ma 150 1 6 -pyscf -elec -1 -spin 0 -opt rsirfo_block_fsb -modelhess
142+
python optmain.py SN2.xyz -ma 150 1 6 -pyscf -elec 0 -spin 0 -opt rsirfo_block_fsb -modelhess
141143
```
142144
CLI command (arbitrary directory)
143145
```
144-
optmain SN2.xyz -ma 150 1 6 -pyscf -elec 0 -spin 0 -opt rsirfo_block_fsb -modelhess
146+
optmain SN2.xyz -ma 150 1 6 -pyscf -elec -1 -spin 0 -opt rsirfo_block_fsb -modelhess
145147
```
146148
python command
147149
```
@@ -392,13 +394,13 @@ If you use MultiOptPy in your research, please cite it as follows:
392394
month = dec,
393395
year = 2025,
394396
publisher = {Zenodo},
395-
version = {v1.20.4},
396-
doi = {10.5281/zenodo.17973395},
397-
url = {https://doi.org/10.5281/zenodo.17973395}
397+
version = {v1.20.8},
398+
doi = {10.5281/zenodo.18529521},
399+
url = {https://doi.org/10.5281/zenodo.18529521}
398400
}
399401
```
400402
```
401-
ss0832. (2025). MultiOptPy: Multifunctional geometry optimization tools for quantum chemical calculations (v1.20.4). Zenodo. https://doi.org/10.5281/zenodo.17973395
403+
ss0832. (2025). MultiOptPy: Multifunctional geometry optimization tools for quantum chemical calculations (v1.20.8). Zenodo. https://doi.org/10.5281/zenodo.18529521
402404
```
403405

404406
## Setting Up an Environment for Using NNP(UMA) on Windows 11

0 commit comments

Comments
 (0)