Skip to content

Commit 8a112e7

Browse files
authored
Merge pull request #29 from richardjgowers/patch-1
Updated atomic_charges for chelpg
2 parents 9cf199b + 3165a83 commit 8a112e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/data_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ atomcharges
5555

5656
The attribute ``atomcharges`` contains the atomic partial charges as taken from the output file. Since these charges are arbitrary and depend on the details of a population analysis, this attribute is dictionary containing any number of various atomic charges. The keys in this dictionary are strings naming the population analysis, and the values are arrays of rank 1 and contain the actual charges.
5757

58-
Currently, cclib parses Mulliken, Löwdin and NPA charges, whose respective dictionary keys are ``mulliken``, ``lowdin`` and ``natural``.
58+
Currently, cclib parses Mulliken, Löwdin, NPA and CHELPG charges, whose respective dictionary keys are ``mulliken``, ``lowdin``, ``natural`` and ``chelpg``.
5959

6060
Note that in practice these may differ somewhat from the values cclib calculates in the various calculation methods.
6161

0 commit comments

Comments
 (0)