import numpy as np

from ase import Atoms

images = [
    Atoms(symbols='B4Mo10P2',
          pbc=np.array([True, True, True]),
          cell=np.array(
              [[6.00172409, 0.00000000, 0.00000000],
               [0.00000000, 6.00172409, 0.00000000],
               [-3.00086205, -3.00086205, 5.58546230]]),
          positions=np.array(
              [[0.71244048, 2.28842157, 0.00000000],
               [3.71330252, 0.71244648, 0.00000000],
               [2.28841556, 5.28928361, 0.00000000],
               [5.28927761, 3.71330853, 0.00000000],
               [0.99713400, 2.00372804, 4.01715117],
               [3.99799605, 5.00459009, 1.56831113],
               [0.00000000, 0.00000000, 0.00000000],
               [3.00086204, 3.00086204, 0.00000000],
               [-0.99713401, -2.00372805, 4.01715117],
               [2.00372804, -0.99713401, 4.01715117],
               [-2.00372805, 0.99713400, 4.01715117],
               [0.99713400, 3.99799605, 1.56831113],
               [5.00459009, 2.00372804, 1.56831113],
               [2.00372804, 0.99713400, 1.56831113],
               [3.00086204, 3.00086204, 2.79273115],
               [-0.00000000, -0.00000000, 2.79273115]])),
]
