We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85242a commit 4782a7cCopy full SHA for 4782a7c
rmgpy/pdep/configuration.pyx
@@ -77,7 +77,7 @@ cdef class Configuration(object):
77
return string
78
79
property E0:
80
- """The ground-state energy of the configuration in J/mol."""
+ """The ground-state energy of the configuration in J/mol. Applies the energy_correction."""
81
def __get__(self):
82
return sum([float(spec.conformer.E0.value_si) for spec in self.species]) + self.energy_correction
83
0 commit comments