There is a bug in USPEX. When I do a test calculation using GULP, sometimes Gulp terminated with errors. I checked the output and input of GULP and found that the x, y, z coordinates of some atoms connected as one string. e.g. 0-4.4409e-16 0.5. GULP can not read y coordinate from that line. I hope you can fix it?
Number of atoms: 12 (Here you just put the number of atoms in the molecule), and then
X Y Z Species i j k ifr ifa ift sort Symbol
0.00000 0.00000 0.00000 6 0 0 0 1 1 1 1 1X, Y, Z
It records the Cartesian coordinate of the piece of molecule. One can just pick it from *.xyz format.
Species
The index of element.
i, j, k
To specify the topological relation in Zmatrix style.
ifr, ifa, ift
Optimization flag (This is only used for SIESTA). In Zmatrix style, the molecules are constructed by internal coordinates (bond length, bond angle, and dihedral angle). If you put them 0, it means the molecule would be treated as the rigid molecule.
Sort
It is to specify the order of atoms when reading the atomic coordinate in DMACRYS. For instance, the order of glycine in MOL_1 is:Cheers,
Qiang Zhu
There is a bug in USPEX. When I do a test calculation using GULP, sometimes Gulp terminated with errors. I checked the output and input of GULP and found that the x, y, z coordinates of some atoms connected as one string. e.g. 0-4.4409e-16 0.5. GULP can not read y coordinate from that line. I hope you can fix it?