Problem in generating monoclinic cells
Posted: Tue Mar 08, 2011 9:42 pm
I am trying to build a monoclinic cell of Ga2O3, with a =12.23, b=3.04, c=5.80, and beta=103.7. From the international tables, this belongs to space group #12, with 5-atoms specified, each of multiplicity 4, which results in a total of 20 atoms in the cell. Here is how I specified the input file:
spgroup 12
brvltt -1
acell 12.23 3.04 5.80 Angstroms # cell dimensions
angdeg 90 103.7 90 # monoclinic cell
natom 5 # 5 atoms
typat 2*1 3*2 # 2 Ga atoms, and 3 O atoms
xred
0.34 0.00 0.69
0.09 0.00 0.79
0.17 0.00 0.10
0.50 0.00 0.26
0.83 0.00 0.44
However I got a runtime error that comes from "symatm.F90", shown below. Does anyone have a clue of where I might be wrong? Thanks a lot for your help.
Renyu
Trouble finding symmetrically equivalent atoms
Applying inv of symm number 2 to atom number 1 of typat 1
gives tratom= -3.4000E-01 3.4000E-01 -6.9000E-01.
This is further away from every atom in crystal than the allowed tolerance.
The inverse symmetry matrix is 0 1 0
1 0 0
0 0 -1
and the nonsymmorphic transl. tnons = 0.0000000 0.0000000 0.0000000
The nearest coordinate differs by 3.200E-01 -3.200E-01 -3.800E-01
for indsym(nearest atom)= 1
At line 183 of file ../../../src/42_geometry/symatm.F90
Fortran runtime error: End of file
spgroup 12
brvltt -1
acell 12.23 3.04 5.80 Angstroms # cell dimensions
angdeg 90 103.7 90 # monoclinic cell
natom 5 # 5 atoms
typat 2*1 3*2 # 2 Ga atoms, and 3 O atoms
xred
0.34 0.00 0.69
0.09 0.00 0.79
0.17 0.00 0.10
0.50 0.00 0.26
0.83 0.00 0.44
However I got a runtime error that comes from "symatm.F90", shown below. Does anyone have a clue of where I might be wrong? Thanks a lot for your help.
Renyu
Trouble finding symmetrically equivalent atoms
Applying inv of symm number 2 to atom number 1 of typat 1
gives tratom= -3.4000E-01 3.4000E-01 -6.9000E-01.
This is further away from every atom in crystal than the allowed tolerance.
The inverse symmetry matrix is 0 1 0
1 0 0
0 0 -1
and the nonsymmorphic transl. tnons = 0.0000000 0.0000000 0.0000000
The nearest coordinate differs by 3.200E-01 -3.200E-01 -3.800E-01
for indsym(nearest atom)= 1
At line 183 of file ../../../src/42_geometry/symatm.F90
Fortran runtime error: End of file