Skip to content

Commit

Permalink
Update constraints to filters (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Sep 21, 2023
1 parent 676405e commit 5641b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/quacc/schemas/ase.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import numpy as np
from ase import units
from ase.constraints import Filter
from ase.filters import Filter
from ase.io import read
from ase.vibrations.data import VibrationsData

Expand Down
2 changes: 1 addition & 1 deletion src/quacc/utils/calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from typing import TYPE_CHECKING

import numpy as np
from ase.constraints import ExpCellFilter
from ase.filters import ExpCellFilter
from ase.io import Trajectory, read
from ase.optimize import FIRE
from ase.vibrations import Vibrations
Expand Down

0 comments on commit 5641b13

Please sign in to comment.