Skip to content

Commit 4782a7c

Browse files
committed
Add note to docstring about adding energy_correction
The property E0 when accessed from a Configuration, includes the energy_correction which was added in 169a34e
1 parent e85242a commit 4782a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmgpy/pdep/configuration.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ cdef class Configuration(object):
7777
return string
7878

7979
property E0:
80-
"""The ground-state energy of the configuration in J/mol."""
80+
"""The ground-state energy of the configuration in J/mol. Applies the energy_correction."""
8181
def __get__(self):
8282
return sum([float(spec.conformer.E0.value_si) for spec in self.species]) + self.energy_correction
8383

0 commit comments

Comments
 (0)