Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/m/a/matter-0.8-r960-20110308/matter/Molecule.py matter(Download)
for ty in range(-latticeRange[1],latticeRange[1]+1): for tz in range(-latticeRange[2],latticeRange[2]+1): posA = self.getCartesianPosition(idA) posB = self.getCartesianPosition(idB) + numpy.dot([tx,ty,tz], self._lattice) dist = numpy.sqrt(numpy.sum( (posB-posA) * (posB-posA) ))
src/m/a/matter-0.8-r960-20110308/matter/ChemicalEntity.py matter(Download)
for ty in range(-latticeRange[1],latticeRange[1]+1): for tz in range(-latticeRange[2],latticeRange[2]+1): posA = self.getCartesianPosition(idA) posB = self.getCartesianPosition(idB) + numpy.dot([tx,ty,tz], self._lattice) dist = numpy.sqrt(numpy.sum( (posB-posA) * (posB-posA) ))