forked from cclib/cclib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathANNOUNCE
More file actions
43 lines (29 loc) · 2.29 KB
/
ANNOUNCE
File metadata and controls
43 lines (29 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
On behalf of the cclib development team, we are pleased to announce the release of cclib 1.7, which is now available for download from https://cclib.github.io. This is a major update to version 1.6.4 that drops support for Python 2, and includes several small improvements.
WARNING: Support for Python 2 is dropped in this version.
cclib is an open source library, written in Python, for parsing and interpreting the results of computational chemistry packages. It currently parses output files from 15 different programs: ADF, DALTON, Firefly, GAMESS (US), GAMESS-UK, Gaussian, Jaguar, Molpro, MOLCAS, MOPAC, NWChem, ORCA, Psi, QChem and Turbomole.
Among other data, cclib extracts:
* results of SCF, post-Hartree-Fock, TD-DFT and other calculations
* coordinates, energies and geometry optimization data
* information about atomic and molecular orbitals
* vibrational modes, excited states and transitions
* charges, electrostatic moments and polarizabilities
(For a complete list see https://cclib.github.io/data.html).
cclib also provides some calculation methods for interpreting the electronic properties of molecules such as:
* Mulliken, Lowdin, Stockholder type, Bader and other population analyses
* Overlap population analysis
* Mayer's bond orders
(For a complete list see https://cclib.github.io/methods.html).
For information on how to use cclib, see our documentation at https://cclib.github.io.
If you need help, find a bug, want new features or have any questions, please send an email to our mailing list:
https://lists.sourceforge.net/lists/listinfo/cclib-users
If your published work uses cclib, please support its development by citing the following article:
N. M. O'Boyle, A. L. Tenderholt, K. M. Langner, cclib: a library for package-independent computational chemistry algorithms, J. Comp. Chem. 29 (5), 839-845 (2008)
You can also specifically reference this version of cclib as:
Eric Berquist, Karol M. Langner, Noel M. O'Boyle, and Adam L. Tenderholt. Release of cclib version 1.6. 2018. https://dx.doi.org/10.5281/zenodo.1407790
Regards,
The cclib development team
———
Summary of changes since last version:
* Dropping support for Python 2
* SciPy is now a hard dependency for cclib
* Several minor improvements and bug fixes - see CHANGELOG for details