Skill for surface composition, chemical state, and topography analysis including XPS depth profiling, AFM imaging, and contact angle measurements
The Surface Analysis skill provides comprehensive capabilities for characterizing material surfaces, enabling detailed analysis of surface composition, chemical bonding states, topography, and interfacial properties critical for understanding surface-sensitive phenomena.
Survey Spectra
High-Resolution Spectra
Peak Fitting
Depth Profiling
Imaging Mode Selection
Image Analysis
Force Spectroscopy
Measurement Methods
Surface Energy Calculation
Interpretation
{
"sample_id": "string",
"technique": "XPS|AFM|contact_angle|profilometry",
"analysis_type": "survey|depth_profile|imaging|force_spectroscopy|wettability",
"parameters": {
"scan_area": "number (um x um for AFM)",
"sputter_depth": "number (nm for XPS)",
"probe_liquids": ["string (for contact angle)"]
}
}
{
"sample_id": "string",
"xps_results": {
"elemental_composition": [
{
"element": "string",
"concentration": "number (at%)",
"chemical_states": [
{
"state": "string",
"binding_energy": "number (eV)",
"fraction": "number (percent)"
}
]
}
],
"depth_profile": {
"depth": ["number (nm)"],
"composition": {}
}
},
"afm_results": {
"roughness": {
"Ra": "number (nm)",
"RMS": "number (nm)",
"Rmax": "number (nm)"
},
"features": ["string"]
},
"surface_energy": {
"total": "number (mJ/m2)",
"dispersive": "number (mJ/m2)",
"polar": "number (mJ/m2)"
}
}