|
occ
|
A single powder peak. More...
#include <powder.h>
Public Attributes | |
| HKL | hkl |
| The (symmetry-unique representative) Miller indices. | |
| double | d {0.0} |
| d-spacing in Angstroms | |
| double | two_theta {0.0} |
| Bragg angle 2*theta, in degrees | |
| int | multiplicity {1} |
| Number of distinct reflections in this reflection's orbit. | |
| double | f_squared {0.0} |
| |F(hkl)|^2, in electrons^2 | |
| double | intensity {0.0} |
| multiplicity * |F|^2 * Lp | |
A single powder peak.
Reflections from different orbits that share a d-spacing are indistinguishable in a powder experiment and are merged into one peak: silicon's (333) and (511) both sit at 2*theta = 94.95 degrees, and what is observed is their sum. hkl is then the strongest contributing reflection and multiplicity the total.
| double occ::crystal::PowderPeak::d {0.0} |
d-spacing in Angstroms
| double occ::crystal::PowderPeak::f_squared {0.0} |
|F(hkl)|^2, in electrons^2
| HKL occ::crystal::PowderPeak::hkl |
The (symmetry-unique representative) Miller indices.
| double occ::crystal::PowderPeak::intensity {0.0} |
multiplicity * |F|^2 * Lp
| int occ::crystal::PowderPeak::multiplicity {1} |
Number of distinct reflections in this reflection's orbit.
| double occ::crystal::PowderPeak::two_theta {0.0} |
Bragg angle 2*theta, in degrees