Bilbao Crystallographic Server XML output Generators and general positions |
To obtain the information about the generators or the general positions
of a group in XML form you have to give the command
GET /cgi-bin/cryst/xml/nph-get_doc?p=[genpos|gener]&g=group"
where
For example if you want to obtain the generators of the group 012( C 2/m) [unique axis c] you have to send the following request to the server:
GET /cgi-bin/cryst/xml/nph-get_doc?p=gener&g=12c
The output you will obtain has the following form:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE bcs_group PUBLIC "bcs_group" "www.cryst.ehu.es/cryst/dtd/bcs_group.dtd"> <bcs_group><!-- Bilbao Crystallographic Server (www.cryst.ehu.es) --> <group number="12" symbol=" C 2/m"> <generators><!-- Generators of the group 12 ( C 2/m) [unique axis c] --> <genpos> <xyz>x,y,z</xyz> <mat> <row>[ 1 0 0 ] [ 0]</row> <row>[ 0 1 0 ] [ 0]</row> <row>[ 0 0 1 ] [ 0]</row> </mat> </genpos> <genpos> <xyz>-x,-y,z</xyz> <mat> <row>[ -1 0 0 ] [ 0]</row> <row>[ 0 -1 0 ] [ 0]</row> <row>[ 0 0 1 ] [ 0]</row> </mat> </genpos> <genpos> <xyz>-x,-y,-z</xyz> <mat> <row>[ -1 0 0 ] [ 0]</row> <row>[ 0 -1 0 ] [ 0]</row> <row>[ 0 0 -1 ] [ 0]</row> </mat> </genpos> <genpos> <xyz>x,y+1/2,z+1/2</xyz> <mat> <row>[ 1 0 0 ] [ 0]</row> <row>[ 0 1 0 ] [ 1/2]</row> <row>[ 0 0 1 ] [ 1/2]</row> </mat> </genpos><!-- end of the list --> </generators> </group> </bcs_group>
Bilbao Crystallographic Server (http://www.cryst.ehu.es) |
For comments, please mail to administrador.bcs@ehu.es |