Skip to content

Commit

Permalink
Fix import.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Jan 11, 2024
1 parent 728cc6e commit 4d4a239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emle/sander_calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def calculate(
# Update the positions.
sander.set_positions(positions)

from .emle import KCAL_MOL_TO_HARTREE, BOHR_TO_ANGSTROM
from .calculator import KCAL_MOL_TO_HARTREE, BOHR_TO_ANGSTROM

# Compute the energy and forces.
energy, forces = sander.energy_forces()
Expand Down

0 comments on commit 4d4a239

Please sign in to comment.