apodex/FrontierChallenge
FrontierChallenge FrontierChallenge provides 97 scientific workflow tasks with plaintext English instructions, inputs, Harbor definitions, domain labels, and the redistributable open runtime image. Path Contents manifest.jsonl Dataset Viewer rows with task ID, taxonomy, difficulty, runtime, and instruction tasks/<task-id>/ instruction.md, task metadata, environment definition, and agent-visible inputs images/ Verified linux/amd64 Docker archive for the 81… See the full description on the dataset page: https://huggingface.co/datasets/apodex/FrontierChallenge.
92.2k
1{
2 "cu_kalpha1_wavelength_A": 1.5406,
3 "si_111_reference_2theta_deg": 28.442,
4 "phase_fraction_formula": "sum(area/rir_weight_factor) by phase; gamma_wt_pct = 100*gamma/(gamma+alpha)",
5 "zero_shift_formula": "zero_shift_deg = measured_Si111_center - 28.442; corrected_2theta = raw_center - zero_shift",
6 "lattice_formula": "d = lambda/(2*sin(theta)); cubic a = d*sqrt(h^2+k^2+l^2), theta = corrected_2theta/2",
7 "pitfall_notes": [
8 "Do not include the Si internal-standard peak in phase fractions.",
9 "The gamma(111) and alpha(110) peaks overlap near 44 deg; use the deconvolved xrd_peak_table rows, not only the tallest raw-pattern maximum.",
10 "Do not compute lattice parameters from uncorrected raw 2theta values."
11 ]
12}