Skip to content

Commit

Permalink
Merge pull request #56 from OpenBioSim/fix_amber_stdout_parsing
Browse files Browse the repository at this point in the history
Fix amber stdout parsing
  • Loading branch information
lohedges authored Apr 27, 2023
2 parents c6074a5 + 485d2c6 commit 200458f
Show file tree
Hide file tree
Showing 5 changed files with 20,028 additions and 116 deletions.
2 changes: 1 addition & 1 deletion python/BioSimSpace/Process/_amber.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ def getElectrostaticEnergy(self, time_series=False, block="AUTO"):
energy : :class:`Energy <BioSimSpace.Types.Energy>`
The electrostatic energy.
"""
return self.getRecord("EELECT", time_series, _Units.Energy.kcal_per_mol, block)
return self.getRecord("EELEC", time_series, _Units.Energy.kcal_per_mol, block)

def getCurrentElectrostaticEnergy(self, time_series=False):
"""
Expand Down
Loading

0 comments on commit 200458f

Please sign in to comment.