Skip to content

Commit 885ffe8

Browse files
authored
update citation and include Python 3.13 into CI (#94)
Signed-off-by: Marcel Müller <[email protected]>
1 parent 694d9de commit 885ffe8

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
matrix:
5454
os: [ubuntu-latest, windows-latest, macos-latest]
5555
python-version: ["3.10", "3.11", "3.12"]
56+
include:
57+
- os: macos-latest
58+
python-version: "3.13"
5659
runs-on: ${{ matrix.os }}
5760
steps:
5861
- name: Checkout code

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -179,19 +179,22 @@ When using the program for academic purposes, please cite _i)_ the original idea
179179
```
180180
181181
2. A new publication featuring all functionalities and improvements of `mindlessgen` is in preparation.
182-
In the meantime, please refer to the original publication and to the following preprint, which uses the `mindlessgen` program for the first time:
183-
Müller, M.; Froitzheim, T.; Hansen, A.; Grimme, S. _ChemRxiv_ October 28, 2024. https://doi.org/10.26434/chemrxiv-2024-h76ms.
182+
In the meantime, please refer to the original publication and to the following publication, which uses the `mindlessgen` program for the first time:
183+
Marcel Müller, Thomas Froitzheim, Andreas Hansen, and Stefan Grimme, *The Journal of Physical Chemistry A* **2024** *128* (49), 10723-10736, DOI: 10.1021/acs.jpca.4c06989.
184184
```
185-
@misc{muller_advanced_2024,
186-
title = {Advanced {Charge} {Extended} {Hückel} ({CEH}) {Model} and a {Consistent} {Adaptive} {Minimal} {Basis} {Set} for the {Elements} {Z}=1-103},
187-
url = {https://chemrxiv.org/engage/chemrxiv/article-details/671a92581fb27ce1247466ad},
188-
doi = {10.26434/chemrxiv-2024-h76ms},
189-
urldate = {2024-10-28},
190-
publisher = {ChemRxiv},
191-
author = {Müller, Marcel and Froitzheim, Thomas and Hansen, Andreas and Grimme, Stefan},
192-
month = oct,
193-
year = {2024},
194-
keywords = {DFT, Basis sets, EHT, SQM},
185+
@article{
186+
doi:10.1021/acs.jpca.4c06989,
187+
author = {M{\"u}ller, Marcel and Froitzheim, Thomas and Hansen, Andreas and Grimme, Stefan},
188+
title = {Advanced Charge Extended Hückel (CEH) Model and a Consistent Adaptive Minimal Basis Set for the Elements Z = 1–103},
189+
journal = {The Journal of Physical Chemistry A},
190+
volume = {128},
191+
number = {49},
192+
pages = {10723-10736},
193+
year = {2024},
194+
doi = {10.1021/acs.jpca.4c06989},
195+
note ={PMID: 39621818},
196+
URL = {https://doi.org/10.1021/acs.jpca.4c06989},
197+
eprint = {https://doi.org/10.1021/acs.jpca.4c06989}
195198
}
196199
```
197200

0 commit comments

Comments
 (0)