I know a function ase.Atoms.get_distance but I don't know how to use it.
Is there other functions I can use and how to use it ?
I know a function ase.Atoms.get_distance but I don't know how to use it.
Is there other functions I can use and how to use it ?
If you know the number of the
atom
object in youratoms
object you could probably do something like atoms[1].get_position and atoms[2].get_position and subtract the vectors.