/materials/thermo/ehull
Calculate energy above hull
Range: 0 to 2
Energy cutoff in eV/atom for showing unstable phases in the plot (0.0-2.0)
Whether to include previously tested user materials in phase diagram construction
const url = 'https://api.ouro.foundation/routes/mmoderwell/materials/thermo/ehull';
const options = {
method: 'POST',
headers: {
'Authorization': 'ApiKey {your-ouro-api-key}',
'Content-Type': 'application/json'
}
};
const payload = {
"file": {
"id": "example_string",
"url": "example_string",
"name": "example_string",
"org_id": "example_string",
"team_id": "example_string",
"filename": "example_string",
"visibility": "example_string"
},
"energy_cutoff": 0.5,
"include_user_materials": true
};
options.body = JSON.stringify(payload);
fetch(url, options)
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));
Calculate energy above hull
UPDATE: Resolved, all systems normal. ⚠️ Ehull endpoint is currently down
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
Try it with your own structures here: