Dear Sir,
I followed the above conversations and got an XYZ format file, shown below.
1) how do i create a two probe system from this XYZ format file
2) Note: the coordinates are negative which creates problem while writing unit cell vectors.
3) i am unable to bring the whole geometry in the centre while creating a unit cell and a two probe system.
# Define elements
elements = [Carbon, Carbon, Carbon, Carbon,
Carbon, Carbon, Carbon, Carbon,
Carbon, Carbon, Carbon, Carbon,
Carbon, Carbon, Carbon, Carbon,
Carbon, Carbon, Carbon, Carbon,
Carbon, Carbon, Carbon, Carbon,
Carbon, Carbon, Carbon, Carbon,
Carbon, Carbon, Carbon, Carbon]
# Define coordinates
coordinates = [[ 2.716, 0. , 2.463],
[ 2.623, 0.703, 3.694],
[ 2.716, 0. , 0. ],
[ 1.92 , 1.92 , 1.231],
[ 2.623, 0.703, 1.231],
[ 1.358, 2.352, 2.463],
[ 1.92 , 1.92 , 3.694],
[ 0. , 2.716, 0. ],
[ 1.358, 2.352, 0. ],
[-0.703, 2.623, 1.231],
[ 0. , 2.716, 2.463],
[-1.92 , 1.92 , 3.694],
[-0.703, 2.623, 3.694],
[-2.352, 1.358, 0. ],
[-1.92 , 1.92 , 1.231],
[-2.716, 0. , 2.463],
[-2.352, 1.358, 2.463],
[-2.623, -0.703, 3.694],
[-2.716, 0. , 0. ],
[-1.92 , -1.92 , 1.231],
[-2.623, -0.703, 1.231],
[-1.358, -2.352, 2.463],
[-1.92 , -1.92 , 3.694],
[ 0. , -2.716, 0. ],
[-1.358, -2.352, 0. ],
[ 0.703, -2.623, 1.231],
[ 0. , -2.716, 2.463],
[ 1.92 , -1.92 , 3.694],
[ 0.703, -2.623, 3.694],
[ 2.352, -1.358, 0. ],
[ 1.92 , -1.92 , 1.231],
[ 2.352, -1.358, 2.463]]*Angstrom
# Set up configuration
molecule_configuration = MoleculeConfiguration(elements,coordinates)