from numpy import array, dot def getAtomCoords(structure): coords = [] atoms ... and atoms and append the atom coordinates to a larger list of coordinates.
確定! 回上一頁