Dear TOPAS users,
I am currently translating an structure file in BGMN syntax to TOPAS syntax.
The describtion of spaceg group and atome positions in BGMN seams a little bit different from that in TOPAS:
For example, in BGMN:
SpacegroupNo=5 HermannMauguin=C121
PARAM=A=0.53_0.525^0.535 PARAM=B=0.915_0.91^0.92 PARAM=C=1.5_1.4^1.58 BETA=100.2
......
// ------atom positions------
E=AL+3 Wyckoff=a y=0.0 TDS=tdsoct
E=MG+2 Wyckoff=a y=0.6540 TDS=tdsoct
E=FE+3 Wyckoff=a y=0.3210 TDS=tdsoct
E=SI+4 Wyckoff=c x=0.4320 y=0.3330 z=0.1245 TDS=tdstet
E=SI+4 Wyckoff=c x=0.4320 y=0.6620 z=0.1245 TDS=tdstet
......
BGMN seams allow manuplate the symmetry of each atom site seperately by adding
Wyckoff position in atom sites. In BGMN spacegrp.dat file, symmetry opereations are defined based on
SpacegroupNo,
HermannMauguin, and
Wyckoff:
SpacegroupNo=5 HermannMauguin=C121 Setting=1 Lattice=Monoclinic UniqueAxis=b CellChoice=1
Wyckoff=c N=4
x y z
-x y -z
Wyckoff=b N=2
0 y 1/2
Wyckoff=a N=2
0 y 0
SpacegroupNo=5 HermannMauguin=C121 Setting=8 Lattice=Monoclinic UniqueAxis=b CellChoice=2
Wyckoff=c N=4
x y z
-x y -z
Wyckoff=b N=2
0 y 1/2
Wyckoff=a N=2
0 y 0
While in TOPAS:
str
...
space_group C2/m
....
site Al1 num_posns 2 x =0;:0.00000 y =0;:0.00000 z =0;:0.00000 occ 1 beq 0.5
It seams TOPAS do not deal with atom symmetry seperately, the symmetry operation for atoms in unit cell is defined in space_group only.
Is my understanding correct? Is TOPAS also able to treat atom symmetry sepsrately?
Thank you very much.