Skip to content

Compute Tools

ImageWhat it doesGPU needed
mace-mh-1Universal potential — 89 elements, 7 DFT heads (OMAT, OMOL, OC20)Optional
mace-mp-0Materials Project potential — energy, forces, stressOptional
chgnetCrystal Hamiltonian GNN — energies, forces, magmomsOptional
quantum-espressoAb initio DFT (SCF, relax, bands, DOS)Recommended
lammpsClassical MD (EAM, Tersoff, ReaxFF, SNAP)Optional
HeadLevel of TheoryUse Case
omat_pbePBE/PBE+UGeneral inorganic materials (default)
omolωB97M-VV10Organic molecules
oc20Surface chemistry
spiceBiomolecular
matpesr2SCANHigh-accuracy solids
Terminal window
curl -X POST -H "X-API-Key: $KEY" \
-H "Content-Type: application/json" \
"https://api.marc27.com/api/v1/compute/submit" \
-d '{
"image": "mace-mh-1",
"gpu_type": "A100-80GB",
"inputs": {
"atoms": {"symbols": ["Si","Si"], "positions": [[0,0,0],[1.36,1.36,1.36]], "cell": [[2.72,0,0],[0,2.72,0],[0,0,2.72]]},
"task": "energy",
"head": "omat_pbe"
},
"budget_max_usd": 5.0
}'
  • $50 per-job global cap (configurable via COMPUTE_MAX_JOB_USD)
  • Per-job user budget via budget_max_usd
  • AWS instances auto-terminate after timeout