Skip to content

Commit 70a94c8

Browse files
committed
Updates for v1.5
1 parent 0e6a332 commit 70a94c8

36 files changed

+1761
-2751
lines changed

_sources/attributes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
`grads`_ current values of forces (gradients) in geometry optimization array of rank 3
3131
`hessian`_ elements of the force constant matrix array of rank 1
3232
`homos`_ molecular orbital indices of HOMO(s) array of rank 1
33+
`metadata`_ various metadata about the package and computation dict
3334
`mocoeffs`_ molecular orbital coefficients list of arrays of rank 2
3435
`moenergies`_ molecular orbital energies eV list of arrays of rank 1
3536
`moments`_ molecular multipole moments a.u. list of arrays[]
@@ -43,6 +44,7 @@
4344
`nooccnos`_ natural orbital occupation numbers array of rank 1
4445
`optdone`_ flags whether an optimization has converged Boolean
4546
`optstatus`_ optimization status for each set of atomic coordinates array of rank 1
47+
`polarizabilities`_ (dipole) polarizabilities, static or dynamic list of arrays of rank 2
4648
`scancoords`_ geometries of each scan step angstroms array of rank 3
4749
`scanenergies`_ energies of potential energy surface list
4850
`scannames`_ names of varaibles scanned list of strings
@@ -51,6 +53,7 @@
5153
`scftargets`_ targets for convergence of the SCF array of rank 2
5254
`scfvalues`_ current values for convergence of the SCF list of arrays of rank 2
5355
`temperature`_ temperature used for Thermochemistry kelvin float
56+
`time`_ time in molecular dynamics and other trajectories fs array of rank 1
5457
`vibanharms`_ vibrational anharmonicity constants 1/cm array of rank 2
5558
`vibdisps`_ cartesian displacement vectors delta angstrom array of rank 3
5659
`vibfreqs`_ vibrational frequencies 1/cm array of rank 1
@@ -88,6 +91,7 @@
8891
.. _`grads`: data_notes.html#grads
8992
.. _`hessian`: data_notes.html#hessian
9093
.. _`homos`: data_notes.html#homos
94+
.. _`metadata`: data_notes.html#metadata
9195
.. _`mocoeffs`: data_notes.html#mocoeffs
9296
.. _`moenergies`: data_notes.html#moenergies
9397
.. _`moments`: data_notes.html#moments
@@ -101,6 +105,7 @@
101105
.. _`nooccnos`: data_notes.html#nooccnos
102106
.. _`optdone`: data_notes.html#optdone
103107
.. _`optstatus`: data_notes.html#optstatus
108+
.. _`polarizabilities`: data_notes.html#polarizabilities
104109
.. _`scancoords`: data_notes.html#scancoords
105110
.. _`scanenergies`: data_notes.html#scanenergies
106111
.. _`scannames`: data_notes.html#scannames
@@ -109,6 +114,7 @@
109114
.. _`scftargets`: data_notes.html#scftargets
110115
.. _`scfvalues`: data_notes.html#scfvalues
111116
.. _`temperature`: data_notes.html#temperature
117+
.. _`time`: data_notes.html#time
112118
.. _`vibanharms`: data_notes.html#vibanharms
113119
.. _`vibdisps`: data_notes.html#vibdisps
114120
.. _`vibfreqs`: data_notes.html#vibfreqs

_sources/attributes_dev.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
`grads`_ current values of forces (gradients) in geometry optimization array of rank 3
3131
`hessian`_ elements of the force constant matrix array of rank 1
3232
`homos`_ molecular orbital indices of HOMO(s) array of rank 1
33+
`metadata`_ various metadata about the package and computation dict
3334
`mocoeffs`_ molecular orbital coefficients list of arrays of rank 2
3435
`moenergies`_ molecular orbital energies eV list of arrays of rank 1
3536
`moments`_ molecular multipole moments a.u. list of arrays[]
@@ -43,6 +44,7 @@
4344
`nooccnos`_ natural orbital occupation numbers array of rank 1
4445
`optdone`_ flags whether an optimization has converged Boolean
4546
`optstatus`_ optimization status for each set of atomic coordinates array of rank 1
47+
`polarizabilities`_ (dipole) polarizabilities, static or dynamic list of arrays of rank 2
4648
`scancoords`_ geometries of each scan step angstroms array of rank 3
4749
`scanenergies`_ energies of potential energy surface list
4850
`scannames`_ names of varaibles scanned list of strings
@@ -51,6 +53,7 @@
5153
`scftargets`_ targets for convergence of the SCF array of rank 2
5254
`scfvalues`_ current values for convergence of the SCF list of arrays of rank 2
5355
`temperature`_ temperature used for Thermochemistry kelvin float
56+
`time`_ time in molecular dynamics and other trajectories fs array of rank 1
5457
`vibanharms`_ vibrational anharmonicity constants 1/cm array of rank 2
5558
`vibdisps`_ cartesian displacement vectors delta angstrom array of rank 3
5659
`vibfreqs`_ vibrational frequencies 1/cm array of rank 1
@@ -88,6 +91,7 @@
8891
.. _`grads`: data_notes.html#grads
8992
.. _`hessian`: data_notes.html#hessian
9093
.. _`homos`: data_notes.html#homos
94+
.. _`metadata`: data_notes.html#metadata
9195
.. _`mocoeffs`: data_notes.html#mocoeffs
9296
.. _`moenergies`: data_notes.html#moenergies
9397
.. _`moments`: data_notes.html#moments
@@ -101,6 +105,7 @@
101105
.. _`nooccnos`: data_notes.html#nooccnos
102106
.. _`optdone`: data_notes.html#optdone
103107
.. _`optstatus`: data_notes.html#optstatus
108+
.. _`polarizabilities`: data_notes.html#polarizabilities
104109
.. _`scancoords`: data_notes.html#scancoords
105110
.. _`scanenergies`: data_notes.html#scanenergies
106111
.. _`scannames`: data_notes.html#scannames
@@ -109,6 +114,7 @@
109114
.. _`scftargets`: data_notes.html#scftargets
110115
.. _`scfvalues`: data_notes.html#scfvalues
111116
.. _`temperature`: data_notes.html#temperature
117+
.. _`time`: data_notes.html#time
112118
.. _`vibanharms`: data_notes.html#vibanharms
113119
.. _`vibdisps`: data_notes.html#vibdisps
114120
.. _`vibfreqs`: data_notes.html#vibfreqs

_sources/changelog.txt

Lines changed: 65 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,44 @@
44
Changelog
55
=========
66

7-
Changes since cclib-1.3.2
8-
-------------------------
7+
Changes in cclib-1.5
8+
--------------------
99

10-
**Feaures**
10+
**Features**
11+
12+
* Support for both reading and writing CJSON (Sanjeed Schamnad)
13+
* New parser: cclib can now parse MOPAC files (Geoff Hutchison)
14+
* New attribute time tracks coordinated for dynamics jobs (Ramon Crehuet)
15+
* New attribute metadata holds miscellaneous information not in other attributes (bwang2453)
16+
* Extract moments attribute for Gaussian (Geoff Hutchison)
17+
* Extract atombasis for ADF in simple cases (Felix Plaser)
18+
* License change to BSD 3-Clause License
19+
20+
**Bugfixes**
21+
22+
* Correct parsing of several attributes for ROHF calculations
23+
* Fixed precision of scfvalues in ORCA
24+
* Fixed MO parsing from older versions of Firefly (mkrompiec)
25+
26+
Changes in cclib-1.4.1
27+
----------------------
28+
29+
**Features**
30+
31+
* Preliminary support for writing CJSON (Sanjeed Schamnad)
32+
* Tentative support for BOMD trajectories in Gaussian (Ramon Crehuet)
33+
* Support for atombasis in ADF (Felix Plasser)
34+
* Support for nocoeffs and nooccnos in Molpro
35+
36+
**Bugfixes**
37+
38+
* Fix for non-standard basis sets in DALTON
39+
* Fix for non-standard MO coefficient printin in GAMESS
40+
41+
Changes in cclib-1.4
42+
--------------------
43+
44+
**Features**
1145

1246
* New parser: cclib can now parse DALTON files
1347
* New parser: cclib can now parse ORCA files
@@ -33,8 +67,8 @@ Changes since cclib-1.3.2
3367
* Fix parsing egenvectors in GAMESS-US (Alexis Otero-Calvis)
3468
* Fix duplicate parsing of symmetry labels for Gaussian (Martin Peeks)
3569

36-
Changes since cclib-1.3.1
37-
-------------------------
70+
Changes in cclib-1.3.2
71+
----------------------
3872

3973
**Features**
4074

@@ -50,8 +84,8 @@ Changes since cclib-1.3.1
5084
* Fix parsing TDDFT/RPA transitions (Felix Plasser)
5185
* Fix encoding issues for UTF-8 symbols in parsers and bridges
5286

53-
Changes since cclib-1.3
54-
-----------------------
87+
Changes in cclib-1.3.1
88+
----------------------
5589

5690
**Features**
5791

@@ -67,8 +101,8 @@ Changes since cclib-1.3
67101
* Fix parsing TDDFT/RPA transitions (Felix Plasser)
68102
* Fix encoding issues for UTF-8 symbols in parsers and bridges
69103

70-
Changes since cclib-1.2
71-
-----------------------
104+
Changes in cclib-1.3
105+
--------------------
72106

73107
**Features**
74108

@@ -90,8 +124,8 @@ Changes since cclib-1.2
90124
* Fix parsing of Gaussian jobs with fragments and ONIOM output
91125
* Use UTF-8 encodings for files that need them (Matt Ernst)
92126

93-
Changes since cclib-1.1
94-
-----------------------
127+
Changes in cclib-1.2
128+
--------------------
95129

96130
**Features**
97131

@@ -113,8 +147,8 @@ Changes since cclib-1.1
113147
* Handle ORCA file with AM1 output (Julien Idé)
114148
* Handle GAMESS-US output with irregular frequency format (Andrew Warden)
115149

116-
Changes since cclib-1.0.1
117-
-------------------------
150+
Changes in cclib-1.1
151+
--------------------
118152

119153
**Feaures**
120154

@@ -141,8 +175,8 @@ Changes since cclib-1.0.1
141175
* Apply patch from Chengju Wang to handle GAMESS calculations with more than 99 atoms
142176
* Handle Gaussian files with more than 99 atoms having pseudopotentials (Björn Baumeier)
143177

144-
Changes since cclib-1.0
145-
-----------------------
178+
Changes in cclib-1.0.1
179+
----------------------
146180

147181
**Feaures**
148182

@@ -159,8 +193,8 @@ Changes since cclib-1.0
159193
* Handle parsing Firefly calculations that fail
160194
* Fix parsing of ORCA calculation (Marius Retegan)
161195

162-
Changes since cclib-0.9
163-
-----------------------
196+
Changes in cclib-1.0
197+
--------------------
164198

165199
**Feaures**
166200

@@ -174,8 +208,8 @@ Changes since cclib-0.9
174208

175209
* Many many additional files parsed thanks to bugs reported by users
176210

177-
Changes since cclib-0.8
178-
-----------------------
211+
Changes in cclib-0.9
212+
--------------------
179213

180214
**Feaures**
181215

@@ -188,8 +222,8 @@ Changes since cclib-0.8
188222

189223
* A small number of parsing errors were fixed
190224

191-
Changes since cclib-0.7
192-
-----------------------
225+
Changes in cclib-0.8
226+
--------------------
193227

194228
**Feaures**
195229

@@ -212,8 +246,8 @@ Changes since cclib-0.7
212246
* Several parsing errors were fixed
213247
* Fixed some methods to work with different numbers of alpha and beta MO coefficients in mocoeffs (MPA, CSPA, OPA)
214248

215-
Changes since cclib-0.6.1
216-
-------------------------
249+
Changes in cclib-0.7
250+
--------------------
217251

218252
**Feaures**
219253

@@ -241,16 +275,16 @@ Changes since cclib-0.6.1
241275
- Rotations and translations now not included in frequencies
242276
* bridge to OpenBabel: No longer dependent on pyopenbabel
243277

244-
Changes since cclib-0.6.0
245-
-------------------------
278+
Changes in cclib-0.6.1
279+
----------------------
246280

247281
**Bugfixes**
248282

249283
* cclib: The "import cclib.parsers" statement failed due to references to Molpro and Jaguar parsers which are not present
250284
* Gaussian parser: Failed to parse single point calculations where the input coords are a z-matrix, and symmetry is turned off.
251285

252-
Changes since cclib-0.6b
253-
------------------------
286+
Changes in cclib-0.6.0
287+
----------------------
254288

255289
**Feaures**
256290

@@ -262,8 +296,8 @@ Changes since cclib-0.6b
262296
* Gaussian parser: The following bugs have been fixed Parser failed if standard orientation not found
263297
* ccget: aooverlaps not included when using --list option
264298

265-
Changes since cclib-0.5
266-
-----------------------
299+
Changes in cclib-0.6b
300+
---------------------
267301

268302
**Feaures**
269303

@@ -286,8 +320,8 @@ Changes since cclib-0.5
286320
- SCF values was not extracting the dEnergy value
287321
- Was extracting Depolar P instead of Raman activity
288322

289-
Changes since cclib-0.5b
290-
------------------------
323+
Changes in cclib-0.5
324+
--------------------
291325

292326
**Features**
293327

0 commit comments

Comments
 (0)