Log into a linux machine (e.g. telnet lorentz).
Change directories to where your hkl file is.
cd ~sawaya/data/sawaya/fe
Copy the following script into a file called "hg.ins". The first part
of the name corresponds to the hkl file and the extension must end in ".ins",
meaning "instruction" file.
----------------------------------------
TITL ucla in P6(1)
CELL 0.71073 80.3490 80.3490 86.4620 90.000 90.000 120.000
ZERR 6.00 0.0100 0.0100 0.0100 0.000 0.000 0.000
LATT -1
SYMM -Y,X-Y,Z+1/3
SYMM Y-X,-X,Z+2/3
SYMM -X,-Y,Z+1/2
SYMM Y,Y-X,Z+5/6
SYMM X-Y,X,Z+1/6
SFAC HG
UNIT 40
PATS
FIND 10 20
NTRY 50
MIND -3.0
SHEL 100 2.6
HKLF 3
END
----------------------------------------
To execute SHELXD, (login to lorentz) type
/joule2/programs/shelx/shelxd/linux/shelxd hg
where "hg" is the name of the .ins file.
The program will finish in about 10 minutes. You can see a summary of
the results for each trial as the program runs. Here we see results from
try 19, 20, and 21. Note PATFOM and CC as the summary goes by on the screen.
The best solution will have the highest PATFOM and CC.
--------------------------------------------------
PSUM 90.71 PSMF Peaks: 62 36 32 27 26 26 14 13 13 12
11 11 10 9 9
Try 19:20 Peaks 99 99 96 87 66 54 53 48 40 33 32 31 29
28 16
R = 0.293, Min.fun. = 0.518, = 0.404, Ra =
0.294
Try 19, CC All/Weak 41.07 / 21.50, best 42.01 / 22.61,
best PATFOM 17.42
PATFOM 17.04
--------------------------------------------------
PSUM 76.48 PSMF Peaks: 33 18 17 16 13 11 10 10 10 10
9 9 9 8 8
Try 20:20 Peaks 99 98 92 88 65 58 46 42 40 33 27 25 24
22 16
R = 0.296, Min.fun. = 0.522, = 0.402, Ra =
0.297
Try 20, CC All/Weak 40.98 / 21.65, best 42.01 / 22.61,
best PATFOM 17.42
PATFOM 18.22
--------------------------------------------------
PSUM 96.74 PSMF Peaks: 56 38 36 35 32 14 11 11 10 10
10 9 9 9 8
Try 21:20 Peaks 99 99 96 84 63 51 50 47 44 32 28 28 25
23 15
R = 0.284, Min.fun. = 0.516, = 0.406, Ra =
0.294
Try 21, CC All/Weak 41.02 / 21.06, best 42.01 / 22.61,
best PATFOM 18.22
PATFOM 16.47
--------------------------------------------------
|
CELL -- Wavelength followed by unit cell dimensions.
The wavelength has no importance in this calculation.
ZERR -- Number of asymmetric units in the unit cell, followed
by estimated errors in the unit cell dimensions. Estimates do not have
to be accurate.
LATT -- Primitive is "-1", C centered is "-7", I centered
is "-2", F centered is "-4". The negative sign indicates that the structure
is non-centrosymmetric.
SYMM -- Symmetry operators. The operator X,Y,Z is always
assumed, so may NOT be input. If your structure is C, I, or F centered,
do not put the lattice centering operators. These operators are specified
by the choice of LATT, above. See this list
of symmetry operators
for your space group.
SFAC -- The element symbol defining the heavy atom. The
first 94 elements of the periodic table are recognized.
UNIT -- The number of heavy atom in the cell. A ball park
figure, can be larger than what you expect.
PATS -- Generates starting atoms consistent with Patterson.
It is "slightly" better than starting from random positions.
FIND -- Number of atoms to find. Just a guess.
NTRY -- Number of trials. If not specified, the program
will run forever. I have found that if you don't get a decent answer in
50 trials, you will probably never get it. Find a better derivative.
MIND -- The shortest distance allowed between atoms for
PATS and FIND. Here it is set to 3 Angstroms since it is unlikely that
two heavy atom sites would be closer than this. The negative sign is used
as a flag to output a crossword table in the log file. The crossword table
is important for judging the quality of the solution. Keep MIND negative.
SHEL -- Resolution limits.
HKLF -- Set it to 3 for F or FA or deltaF (e.g.
output from xprep). Set it to 4 for F2 in .hkl file.
|