You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+95-5Lines changed: 95 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,6 @@ a variety of capabilities for creation and analysis of structure ensembles.
15
15
</div>
16
16
17
17
---
18
-
**NOTE: This is the 3.0 pre-release. Please report any bugs or issues ASAP. The program can be switched back to its previous behaviour via the `--legacy` option.**
19
-
20
-
---
21
-
22
18
23
19
## Documentation
24
20
@@ -88,7 +84,7 @@ Some basic build instructions can be found in the following dropdown tabs:
88
84
Building CREST with CMake works with the following chain of commands (in this example with `gfortran/gcc` compilers):
89
85
```bash
90
86
export FC=gfortran CC=gcc
91
-
cmake -B _build -DCMAKE_BUILD_TYPE=Release
87
+
cmake -B _build
92
88
```
93
89
and then to build the CREST binary
94
90
```bash
@@ -163,6 +159,100 @@ The confa-forge distribution is based on a CMake/`gfortran` build.
163
159
164
160
6. P. Pracht, C. Bannwarth, *J. Chem. Theory Comput.*, **2022**, *18 (10)*, 6370-6385. DOI: [10.1021/acs.jctc.2c00578](https://dx.doi.org/10.1021/acs.jctc.2c00578)
165
161
162
+
7. P. Pracht, S. Grimme, C. Bannwarth, F. Bohle, S. Ehlert, G. Feldmann, J. Gorges, M. Müller, T. Neudecker, C. Plett, S. Spicher, P. Steinbach, P. Wesołowski, F. Zeller, *J. Chem. Phys.*, **2024**, *160*, 114110. DOI: [10.1063/5.0197592](https://doi.org/10.1063/5.0197592)
163
+
164
+
<details>
165
+
<summary><h4>BibTex entries</h4></summary>
166
+
<!-- blank line to recover markdown format-->
167
+
168
+
```
169
+
@article{Pracht2020,
170
+
author ="Pracht, Philipp and Bohle, Fabian and Grimme, Stefan",
171
+
title ="Automated exploration of the low-energy chemical space with fast quantum chemical methods",
172
+
journal ="Phys. Chem. Chem. Phys.",
173
+
year ="2020",
174
+
volume ="22",
175
+
issue ="14",
176
+
pages ="7169-7192",
177
+
doi ="10.1039/C9CP06869D"
178
+
}
179
+
180
+
@article{Grimme2019,
181
+
author = {Grimme, Stefan},
182
+
title = {Exploration of Chemical Compound, Conformer, and Reaction Space with Meta-Dynamics Simulations Based on Tight-Binding Quantum Chemical Calculations},
183
+
journal = {J. Chem. Theory Comput.},
184
+
volume = {15},
185
+
number = {5},
186
+
pages = {2847-2862},
187
+
year = {2019},
188
+
doi = {10.1021/acs.jctc.9b00143}
189
+
}
190
+
191
+
@article{Pracht2021,
192
+
author ="Pracht, Philipp and Grimme, Stefan",
193
+
title ="Calculation of absolute molecular entropies and heat capacities made simple",
194
+
journal ="Chem. Sci.",
195
+
year ="2021",
196
+
volume ="12",
197
+
issue ="19",
198
+
pages ="6551-6568",
199
+
doi ="10.1039/D1SC00621E",
200
+
url ="http://dx.doi.org/10.1039/D1SC00621E"
201
+
}
202
+
203
+
@article{Pracht2017,
204
+
author = {Pracht, Philipp and Bauer, Christoph Alexander and Grimme, Stefan},
205
+
title = {Automated and efficient quantum chemical determination and energetic ranking of molecular protonation sites},
author = {Spicher, Sebastian and Plett, Christoph and Pracht, Philipp and Hansen, Andreas and Grimme, Stefan},
217
+
title = {Automated Molecular Cluster Growing for Explicit Solvation by Efficient Force Field and Tight Binding Methods},
218
+
journal = {J. Chem. Theory Comput.},
219
+
volume = {18},
220
+
number = {5},
221
+
pages = {3174-3189},
222
+
year = {2022},
223
+
doi = {10.1021/acs.jctc.2c00239}
224
+
}
225
+
226
+
@article{Pracht2022,
227
+
author = {Pracht, Philipp and Bannwarth, Christoph},
228
+
title = {Fast Screening of Minimum Energy Crossing Points with Semiempirical Tight-Binding Methods},
229
+
journal = {J. Chem. Theory Comput.},
230
+
volume = {18},
231
+
number = {10},
232
+
pages = {6370-6385},
233
+
year = {2022},
234
+
doi = {10.1021/acs.jctc.2c00578}
235
+
}
236
+
237
+
@article{Pracht2024,
238
+
author = {Pracht, Philipp and Grimme, Stefan and Bannwarth, Christoph and Bohle, Fabian and Ehlert, Sebastian and Feldmann, Gereon and Gorges, Johannes and M\"uller, Marcel and Neudecker, Tim and Plett, Christoph and Spicher, Sebastian and Steinbach, Pit and Weso\{}lowski, Patryk A. and Zeller, Felix},
239
+
title = "{CREST - A program for the exploration of low-energy molecular chemical space}",
240
+
journal = {J. Chem. Phys.},
241
+
volume = {160},
242
+
number = {11},
243
+
pages = {114110},
244
+
year = {2024},
245
+
month = {03},
246
+
issn = {0021-9606},
247
+
doi = {10.1063/5.0197592},
248
+
url = {https://doi.org/10.1063/5.0197592}
249
+
}
250
+
```
251
+
</details>
252
+
253
+
254
+
255
+
166
256
### License
167
257
168
258
CREST is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
0 commit comments