cesmix-mit / InteratomicPotentials.jl

Contains methods and types for a variety interatomic potentials.
MIT License
27 stars 6 forks source link

update to support AtomsBase 0.2 #7

Closed jrdegreeff closed 2 years ago

jrdegreeff commented 2 years ago

Because the compat for AtomsBase was not specified, the incompatibility with AtomsBase 0.2 prevented InteratomicPotentials and thus Atomisitc from compiling. This is a quick patch to support the new version. Really the only change is that all references to the StaticAtom type (StaticAtom --> AtomsBase.Atom -- qualified because InteratomicPotentials currently still has it's own Atom type). I avoided doing anything else because I know an overhaul is in the works.