Skip to content

Commit a6ff012

Browse files
Merge pull request #311 from openmopac/patch-bump-23.2.4
Update citation information & patch bump
2 parents 59298ef + 525f177 commit a6ff012

3 files changed

Lines changed: 17 additions & 7 deletions

File tree

‎CITATION.cff‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cff-version: 1.2.0
2-
message: "If you use this software for a scientific publication, please cite it as below."
2+
message: "If you use this software, then please cite it. The preferred citation is its JOSS release paper, https://doi.org/10.21105/joss.08025. Alternatively, use the software citation defined by this file."
33
title: MOPAC
44
type: software
5-
version: 23.2.3
5+
version: 23.2.4
66
doi: 10.5281/zenodo.6511958
7-
date-released: 2026-02-16
7+
date-released: 2026-04-04
88
authors:
99
- family-names: Moussa
1010
given-names: "Jonathan E."

‎README.md‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Molecular Orbital PACkage (MOPAC)
22

33
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.08025/status.svg)](https://doi.org/10.21105/joss.08025)
45
[![DOI](https://zenodo.org/badge/177640376.svg)](https://zenodo.org/badge/latestdoi/177640376)
56
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/mopac/badges/version.svg)](https://anaconda.org/conda-forge/mopac)
67
![build](https://github.com/openmopac/mopac/actions/workflows/CI.yaml/badge.svg)
@@ -52,5 +53,10 @@ Examples of command-line and API usage are provided in the [`/examples` folder](
5253

5354
## Citation
5455

55-
The recommended citation of open-source MOPAC in scientific publications is its archival copy on Zenodo at
56-
[DOI:10.5281/zenodo.6511958](https://doi.org/10.5281/zenodo.6511958).
56+
The following paper should be cited by scientific publications that use an open-source version of the MOPAC software package:
57+
58+
J. E. Moussa and J. J. P. Stewart, MOPAC: An open-source semiempirical molecular orbital program, *J. Open Source Softw.* **2026**, *11*(119), 8025.
59+
DOI:[10.21105/joss.08025](https://doi.org/10.21105/joss.08025)
60+
61+
Alternatively, the open-source MOPAC software package can be cited directly through a software citation to its archival copy on Zenodo at
62+
DOI:[10.5281/zenodo.6511958](https://doi.org/10.5281/zenodo.6511958).

‎src/input/readmo.F90‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,8 +698,12 @@ subroutine readmo
698698
write (iw,"(1x,a)") "** MOPAC v"//verson//" **"
699699
write (iw, '(1X,a)')"** **"
700700
write (iw, '(1X,a)')"*******************************************************************************"
701-
write (iw, '(1X,a)')"** Digital Object Identifier (DOI): 10.5281/zenodo.6511958 **"
702-
write (iw, '(1X,a)')"** Visit the DOI location for information on how to cite this program. **"
701+
write (iw, '(1X,a)')"** MOPAC's Digital Object Identifier: https://doi.org/10.5281/zenodo.6511958 **"
702+
write (iw, '(1X,a)')"** **"
703+
write (iw, '(1X,a)')"** Please cite the open-source release paper for use of this MOPAC version: **"
704+
write (iw, '(1X,a)')"** J. E. Moussa and J. J. P. Stewart (2026) **"
705+
write (iw, '(1X,a)')"** MOPAC: An open-source semiempirical molecular orbital program **"
706+
write (iw, '(1X,a)')"** J. Open Source Softw., 11(119), 8025, https://doi.org/10.21105/joss.08025 **"
703707
write (iw, '(1X,a)')"*******************************************************************************"
704708
j = len_trim(keywrd)
705709
do i = j, 1, -1

0 commit comments

Comments
 (0)