Skip to content

Commit 323c272

Browse files
author
cclib
committed
See cclib/cclib@f5954d9 from refs/heads/master
1 parent 6a26784 commit 323c272

166 files changed

Lines changed: 2568 additions & 60068 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 0d39ca032e814fd361b8c06cea916e59
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

.nojekyll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

_sources/attributes.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
`ccenergies`_ molecular energies with Coupled-Cluster corrections eV array of rank 2
1313
`charge`_ net charge of the system integer
1414
`coreelectrons`_ number of core electrons in atom pseudopotentials array of rank 1
15-
`dispersionenergies`_ a molecular dispersion energy corrections eV array of rank 1
15+
`dispersionenergies`_ dispersion energy corrections eV array of rank 1
1616
`enthalpy`_ sum of electronic and thermal enthalpies hartree/particle float
1717
`entropy`_ entropy (float, hartree/ particle*kelvin
1818
`etenergies`_ energies of electronic transitions 1/cm array of rank 1

_sources/attributes_dev.rst.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
`ccenergies`_ molecular energies with Coupled-Cluster corrections eV array of rank 2
1313
`charge`_ net charge of the system integer
1414
`coreelectrons`_ number of core electrons in atom pseudopotentials array of rank 1
15-
`dispersionenergies`_ a molecular dispersion energy corrections eV array of rank 1
15+
`dispersionenergies`_ dispersion energy corrections eV array of rank 1
1616
`enthalpy`_ sum of electronic and thermal enthalpies hartree/particle float
1717
`entropy`_ entropy (float, hartree/ particle*kelvin
1818
`etenergies`_ energies of electronic transitions 1/cm array of rank 1
@@ -45,6 +45,7 @@
4545
`nbasis`_ number of basis functions integer
4646
`nmo`_ number of molecular orbitals integer
4747
`nmrtensors`_ Nuclear magnetic resonance chemical shielding tensors dict of dicts of array of rank 2
48+
`nmrcouplingtensors`_ Nuclear magnetic resonance spin-spin coupling tensors dict of dicts of array of rank 2
4849
`nocoeffs`_ natural orbital coefficients array of rank 2
4950
`nooccnos`_ natural orbital occupation numbers array of rank 1
5051
`nsocoeffs`_ natural spin orbital coefficients list of array of rank 2
@@ -53,6 +54,7 @@
5354
`optstatus`_ optimization status for each set of atomic coordinates array of rank 1
5455
`polarizabilities`_ (dipole) polarizabilities, static or dynamic list of arrays of rank 2
5556
`pressure`_ pressure used for Thermochemistry atm float
57+
`rotconsts`_ rotational constants GHz array of rank 2
5658
`scancoords`_ geometries of each scan step angstroms array of rank 3
5759
`scanenergies`_ energies of potential energy surface list
5860
`scannames`_ names of variables scanned list of strings
@@ -118,6 +120,7 @@
118120
.. _`nbasis`: data_notes.html#nbasis
119121
.. _`nmo`: data_notes.html#nmo
120122
.. _`nmrtensors`: data_notes.html#nmrtensors
123+
.. _`nmrcouplingtensors`: data_notes.html#nmrcouplingtensors
121124
.. _`nocoeffs`: data_notes.html#nocoeffs
122125
.. _`nooccnos`: data_notes.html#nooccnos
123126
.. _`nsocoeffs`: data_notes.html#nsocoeffs
@@ -126,6 +129,7 @@
126129
.. _`optstatus`: data_notes.html#optstatus
127130
.. _`polarizabilities`: data_notes.html#polarizabilities
128131
.. _`pressure`: data_notes.html#pressure
132+
.. _`rotconsts`: data_notes.html#rotconsts
129133
.. _`scancoords`: data_notes.html#scancoords
130134
.. _`scanenergies`: data_notes.html#scanenergies
131135
.. _`scannames`: data_notes.html#scannames

_sources/bridge.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ To calculate partial charges that require pro-atomic densities, follow the steps
7575
Then read in the densities as below to calculate Hirshfeld or Hirshfeld-like charges:
7676

7777
.. _`Python interface`: https://theochem.github.io/horton/2.1.0/user_postproc_aim.html#python-interface-to-the-partitioning-code
78+
.. _`Building proatomic database`: https://theochem.github.io/horton/2.1.0/user_postproc_aim.html#horton-atomdb-py-build-a-pro-atom-database
7879

7980
.. code-block:: python
8081

_sources/changelog.rst.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44
Changelog
55
=========
66

7+
Changes in cclib-1.7.2
8+
----------------------
9+
10+
**Features**
11+
12+
* Support vibfreqs, vibirs, etenergies, etsyms, etoscs and etsecs for NWChem (BenoitDemota)
13+
* Support temperature, pressure, enthalpy, entropy, zpve and electronic_thermal_energy for NWChem (BenoitDamota)
14+
* Better metadata support for point group detection
15+
* Updated code and test file versions to QChem 5.4 and ORCA 5.0
16+
17+
**Bugfixes**
18+
19+
* Fixed parsing mpenergies for optimization for Turbomole (Oliver Lee)
20+
* Fixed ccenergies for Gaussian (Oliver Lee)
21+
* Fixed oscillator strengths for ORCA (Felix Plasser)
22+
* Fixed units of parsed MO energies for fchk
23+
724
Changes in cclib-1.7.1
825
----------------------
926

0 commit comments

Comments
 (0)