qp.cluster.spheres.fill_dummy

qp.cluster.spheres.fill_dummy(points, mean_distance=3, noise_amp=0.2)[source]

Fill dummy atoms in a point cloud

Parameters:
  • points (numpy.array) – The 3D coordinates of the point cloud

  • mean_distance (float) – The distance between neighbors in the grid

  • noise_amp (float) – The amplitude of the noise of dummy atoms’ position

Returns:

The 3D coordinates of the point cloud filled with dummy atoms

Return type:

points