Programming the Science of Crystallography - PowerPoint PPT Presentation

About This Presentation
Title:

Programming the Science of Crystallography

Description:

Programming the Science of Crystallography PLATON, a Multipurpose Crystallographic Tool A.L.Spek, Utrecht University How to find the data belonging to a given ... – PowerPoint PPT presentation

Number of Views:25
Avg rating:3.0/5.0
Slides: 4
Provided by: spek7
Category:

less

Transcript and Presenter's Notes

Title: Programming the Science of Crystallography


1
Programming the Science ofCrystallography
  • PLATON, a Multipurpose Crystallographic Tool
  • A.L.Spek, Utrecht University

2
(No Transcript)
3
How to find the data belonging to a given
reflection hkl in a linear list of reflection data
  • Reflection data assumed in array REFL(I,J)
  • Option 1 linear search
  • Memory efficient but time inefficient
  • Option 2 with the help of a 3-dimensional
    address array
  • Addresses array requires worst case
    dimensioning
  • Array element ADDR(H,K,L) contains the
    address I
  • for the data in REFL(I,J)
  • Option 3 with the help of a linear address
    array
  • No worst case dimensioning needed
Write a Comment
User Comments (0)
About PowerShow.com