The Atoms object is a collection of atoms. Here is how to define a CO molecule: from ase import Atoms d = 1.1 co = Atoms('CO', positions=[(0, 0, 0), (0, 0, ...
確定! 回上一頁