Skip to content

Commit

Permalink
Pass missing species kwarg.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Oct 17, 2024
1 parent afc02b9 commit 0427cec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions emle/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ def __init__(
self._emle = _EMLE(
model=model,
method=method,
species=species,
alpha_mode=alpha_mode,
atomic_numbers=atomic_numbers,
mm_charges=self._mm_charges,
Expand Down Expand Up @@ -794,6 +795,7 @@ def __init__(
# Create an MM EMLE model for interpolation.
self._emle_mm = _EMLE(
model=model,
species=species,
alpha_mode=alpha_mode,
atomic_numbers=atomic_numbers,
method="mm",
Expand Down

0 comments on commit 0427cec

Please sign in to comment.