![[MAP Logo]](../../maplogo1.gif) 
H.K.D.H. Bhadeshia,
Phase Transformations Group,
Department of Materials Science and Metallurgy,
University of Cambridge,
Cambridge, U.K.
To obtain the spacing of planes.
| Language: | FORTRAN | 
| Product form: | Source code | 
MAP_CRYSTAL_DSPACE calculates the spacing of planes, when the Miller indices are not those which are systematically absent. Ordered lists of d-spacings may be produced.
None.
No information supplied.
This routine is used by the programMAP_CRYSTAL_PROG1.
       REAL G(9), AH(400), AK(400), AL(400), SPCE(400), MAGN(400), AP, CP
       INTEGER JTYPE, II1, JYES, JK
       READ (5,*) AP, CP
       CALL MAP_CRYSTAL_MET2(G, AP, CP)
       READ (5,*) JTYPE, II1, JYES
       CALL MAP_CRYSTAL_DSPACE(G, JTYPE, II1, JYES, AH, AK, AL, SPCE, MAGN, JK)
       WRITE (6,*) JK
       DO 10 I=1, JK
       WRITE (6,*) AH(I), AK(I), AL(I), SPCE(I), MAGN(I)
 10    CONTINUE
       STOP
       END
1.0 2.0 2 3 0
19 0.0 0.0 2.0 1.000000 4.0 0.0 1.0 1.0 0.894427 2.0 0.0 1.0 3.0 0.554700 10.0 0.0 2.0 0.0 0.500000 4.0 0.0 2.0 2.0 0.447214 8.0 0.0 3.0 1.0 0.328798 10.0 0.0 3.0 3.0 0.298142 18.0 1.0 1.0 0.0 0.707107 2.0 1.0 1.0 2.0 0.577350 6.0 1.0 2.0 1.0 0.436436 6.0 1.0 2.0 3.0 0.371391 14.0 1.0 3.0 0.0 0.316228 10.0 1.0 3.0 2.0 0.301511 14.0 2.0 2.0 0.0 0.353553 8.0 2.0 2.0 2.0 0.333333 12.0 2.0 3.0 1.0 0.274721 14.0 2.0 3.0 3.0 0.256074 22.0 3.0 3.0 0.0 0.235702 18.0 3.0 3.0 2.0 0.229416 22.0
MAP_UTIL_SORT2
MAP_UTIL_INVERS
MAP_CRYSTAL_DSP
spacing, systematic absence
MAP originated from a joint project of the National Physical Laboratory and the University of Cambridge.
MAP Website administration / map@msm.cam.ac.uk