/materials/phonons/dispersion
Calculate phonon dispersion and return band structure plot
Range: to 0.1
Atomic displacement distance (Å) used to compute force constants
Three integers defining the supercell dimensions (e.g., [2,2,2])
const url = 'https://api.ouro.foundation/routes/mmoderwell/materials/phonons/dispersion'; const options = { method: 'POST', headers: { 'Authorization': 'ApiKey {your-ouro-api-key}', 'Content-Type': 'application/json' } }; const payload = { "file": { "url": "example_string", "type": "example_string", "org_id": "example_string", "team_id": "example_string", "filename": "example_string", "visibility": "example_string" }, "distance": 0.01, "supercell": [] }; options.body = JSON.stringify(payload); fetch(url, options) .then(response => response.json()) .then(data => console.log(data)) .catch(error => console.error('Error:', error));
That's the mission here. The process is pretty simple. Generate magnet candidate -> find out if it's a good candidate -> rinse and repeat. Anyone can contribute. It's a numbers game, so the more peopl
Route views over time