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: _sources/data.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This is a list of all the data parsed by the current official release of cclib (
9
9
Description of parsed data
10
10
--------------------------
11
11
12
-
Click the attribute name in the table below to go the notes for a particular attribute. All arrays are Numpy arrays of type 'd' (if containing floats) or 'i' (if containing integers).
12
+
Click the attribute name in the table below to go the notes and specifications for a particular attribute. All arrays are Numpy arrays of type 'd' (if containing floats) or 'i' (if containing integers).
Copy file name to clipboardExpand all lines: _sources/data_dev.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This is a list of all the data parsed by the `current development code of cclib`
9
9
Description of parsed data
10
10
--------------------------
11
11
12
-
Click the attribute name in the table below for the specifications for a particular attribute. All arrays are Numpy arrays of type 'd' (if containing floats) or 'i' (if containing integers).
12
+
Click the attribute name in the table below to go to the notes and specifications for a particular attribute. All arrays are Numpy arrays of type 'd' (if containing floats) or 'i' (if containing integers).
Copy file name to clipboardExpand all lines: _sources/index.txt
+18-6Lines changed: 18 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,36 +12,42 @@ The goals of cclib are centered around the reuse of data obtained from these pro
12
12
Summary
13
13
-------
14
14
15
-
The current version is **cclib 1.3.2** (see the changelog_ for what's new) and parses output files from the following programs (version in parentheses are tested):
15
+
The current version is **cclib 1.4** (see the changelog_ for what's new) and parses output files from the following programs (version in parentheses are tested):
16
16
17
17
- ADF_ (versions 2007 and 2013)
18
+
- DALTON_ (versions 2013 and 2015)
18
19
- Firefly_, formerly known as PC GAMESS (version 8.0)
19
20
- `GAMESS (US)`_ (version 2012)
20
21
- `GAMESS-UK`_ (version 7.0)
21
22
- Gaussian_ (versions 03 and 09)
22
23
- Jaguar_ (versions 7.0 and 8.3)
23
24
- Molpro_ (versions 2006 and 2012)
25
+
- NWChem_ (versions 6.0 and 6.5)
24
26
- ORCA_ (versions 2.9 and 3.0)
27
+
- Psi_ (versions 3.4 and 4.0)
28
+
- `Q-Chem`_ (version 4.2)
25
29
26
30
Many types of output data are parsed by cclib, including atom coordinates, orbital information, vibrational modes and TD-DFT calculations. See the page on `Extracted Data`_ for a comlete list with coverage for the different programs. Several `calculation methods`_ are also provided for interpreting the electronic properties of molecules.
27
31
28
32
How to use cclib
29
33
----------------
30
34
31
-
You can download the `source package for cclib 1.3.2`_ or the `current development version`_ (from the `github repository`_). For information on packages available in various Linux distribution, installing the source code and requirements, as well as basic usage, the tutorial_ is a good place to start.
35
+
You can download the `source package for cclib 1.4`_ or the `current development version`_ (from the `GitHub repository`_). For information on packages available in various Linux distributions, installing the source code and requirements, as well as basic usage, the tutorial_ is a good place to start.
32
36
33
37
If you need further help, find a bug, need new features or have any question, please send email to the `mailing list`_ or submit an issue to the `tracker`_.
34
38
35
39
About cclib
36
40
-----------
37
41
38
-
The code behind cclib was started as a collaboration between Noel O'Boyle, Adam Tenderholt and Karol M. Langner (see page about Development_ for details) and is licensed under the LGPL_. Other developers are encouraged to contribute to this open source project -- send an email to the `developers mailing list`_. Applications that use cclib include GaussSum_ and QMForge_.
42
+
The code behind cclib was started as a collaboration between Noel O'Boyle, Adam Tenderholt and Karol M. Langner (see page about Development_ for details) and is licensed under the LGPL_. Other developers are encouraged to contribute to this open source project -- send an email to the `developers mailing list`_. Applications that use cclib include GaussSum_ and QMForge_. It has also been used in the literature_.
39
43
40
44
If you use cclib in your scientific work, please support our work by adding a reference to the following article:
41
45
42
46
| N\. M\. O'Boyle, A\. L\. Tenderholt, K\. M\. Langner, *cclib: a library for package-independent computational chemistry algorithms*, J. Comp. Chem. 29 (5), pp. 839-845, **2008** (DOI_).
43
47
|
44
48
49
+
A record for the latest release is also available on Zenodo_.
Copy file name to clipboardExpand all lines: _sources/tutorial.txt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,9 @@ There are in fact two packages, `python-cclib`_ containing the Python module, an
66
66
Manual download and install
67
67
---------------------------
68
68
69
-
The source code of the newest release of cclib (version 1.3.2) is distributed as:
70
-
* A .zip file: https://github.com/cclib/cclib/releases/download/v1.3.2/cclib-1.3.2.zip
71
-
* A .tar.gz file: https://github.com/cclib/cclib/releases/download/v1.3.2/cclib-1.3.2.tar.gz
69
+
The source code of the newest release of cclib (version 1.4) is distributed as:
70
+
* A .zip file: https://github.com/cclib/cclib/releases/download/v1.4/cclib-1.4.zip
71
+
* A .tar.gz file: https://github.com/cclib/cclib/releases/download/v1.4/cclib-1.4.tar.gz
72
72
* Windows binary installers (see the `newest release page`_)
73
73
74
74
On Windows, if you choose to download the .exe files instead, you can install simply by doubleclicking on the file. To uninstall, use the "Add and Remove Programs" menu in the Control Panel.
@@ -95,7 +95,7 @@ To test, trying importing '''cclib''' at the Python prompt. You should see somet
0 commit comments