我知道一个函数ase.atoms.get_distance,但我不知道如何使用它。
我还可以使用其他功能以及如何使用它吗?
如果您知道atoms
对象中的atom
对象的数量您可能可以做类原子[1] .get_position and Atoms [2] .get_position并减去向量。
如果mol
是ase.Atoms
对象,请使用:
mol.get_distance(atom_index1, atom_index2)