1 / 14

What’s a Crystal?

Any physical property of the crystal is invariant under a translation t(u,v,w) defined as t(u,v,w) = u a 1 + v a 2 + w a 3. u, v, w. Z. What’s a Crystal?. It’s a form of the matter in which the atoms are arranged in a periodic form. What’s the unit cell?.

prue
Download Presentation

What’s a Crystal?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Any physical property of the crystal is invariant under a translation t(u,v,w) defined as t(u,v,w) = ua1 + va2 + wa3 u, v, w Z What’s a Crystal? It’s a form of the matter in which the atoms are arranged in a periodic form. What’s the unit cell? It is the basic unit that by simple translations can generate the complete crystal.

  2. q q BRAGG’S LAW An X-ray will be diffracted by a set of crystal planes with a spacing d if 2d sin q = nl

  3. What the hell does h k l mean? h k l represents a family of parallel planes with one of them cutting the unit cell vectors a1, a2, a3 at a1/h, a2/k, a3/l (equivalent to give the canonical equation of the plane in direct lattice coordinates)

  4. And reciprocal space? Instead of using the reference system provided by the unit cell, one can define other one with the vectors b1, b2, b3 defined in such a way that h b1 + k b3 + l b3 give a vector normal to the family of h k l planes The reciprocal cell, with no physical existence, is the one formed by the vectors b1, b2, b3

  5. What is expected from us? To provide a program that takes into account all the geometrical calculations to make their life as easy as just to type “br 4 4 0” in order to orient crystal and detectors to detect the 4 4 0 reflection Why there are so many SPEC geometries? Let’s try to answer ...

  6. b3 b2 z y x b1 Geometry Handling A vector v can be written in terms of the reciprocal lattice vectors as However, it is more convenient to work with a set of cartesian axes attached to the crystal choosing x axis parallel to b1 y axis in the plane of b1 and b2 z axis perpendicular to b1 and b2

  7. b3 b2 z y x b1 The B matrix b1 b2 b3 vc = B v

  8. The U Matrix Now, we associate a set of cartesian axes to each of the circles of the diffractometer in such a way that are all coincident with the laboratory system when all the angles are zero The matrix U is the one transforming the coordinates from the crystal cartesian axes to the system mounted on the first circle (called phi in common geometries) That matrix is obtained experimentally from the positions of two reflections vf = U vc = UB v

  9. Rotations Now that the vector is expressed in terms of the systems fixed to one circle, all what we need to pass to the laboratory system is to know the positions of the motors and the rotation axis of each circle in the lab system Assuming angles are positive counter clock- wise Rotation around X axis

  10. Rotation around Y axis Rotation around Z axis

  11. The SPEC FOURC Geometry z X-ray beam x y F 1st circle, rotates around z axis c 2nd circle, CLOCKWISE around y axis Q 3rd circle, rotates around z axis vlab = Q C F UB v v = (UB)-1F-1c-1Q-1 vlab

  12. The ID20 Patch The System fourc geometry with an additional circle mounted on the phi circle. Its rotation axis is on the x axis in the lab system when all angles are set to zero. The rotation is positive when moving clockwise. The Problem When that circle, called rho, is moved, SPEC had no means of finding the reflections The Pain A diffraction peak obtained at rho=0 is lost when moving the motor and has to be found back by hand

  13. The (simple) solution The actual transformation is vlab = Q C F r UB v rho corresponds to a clockwise rotation around an x axis The solution consists on replacing the matrix UB calculated by SPEC by the matrix (r UB) at each movement of rho This is done by entering the values in the associative array UB and calling userUB

  14. Conclusion Only two circles are needed to orient a vector in space. Other circles serve to put constraints Each instrument is in a certain sense optimized for a set of experiments. Matrix product is not commutative, therefore, the slightest change implies a new set of equations There is no unified criterion about the reference systems nor about the positive sense of the rotations. To set a new instrument can be a real nightmare unless a detailed description of the code is available

More Related