X-ray Diffraction skill for crystal structure, phase identification, and crystallite size analysis of nanomaterials
The XRD Crystallography Analyzer skill provides crystallographic characterization of nanomaterials through X-ray diffraction analysis, enabling phase identification, crystallite size determination, and structural refinement.
Phase Identification
Crystallite Size
Structural Refinement
{
"diffraction_file": "string",
"analysis_type": "phase_id|crystallite_size|refinement|pdf",
"wavelength": "number (Angstrom)",
"expected_phases": ["string"]
}
{
"phases": [{
"name": "string",
"pdf_number": "string",
"weight_fraction": "number"
}],
"crystallite_size": {
"value": "number (nm)",
"method": "string"
},
"lattice_parameters": {
"a": "number",
"b": "number",
"c": "number",
"space_group": "string"
},
"refinement_quality": {
"Rwp": "number",
"chi_squared": "number"
}
}