4mo
POST
/materials/phonons/dispersion
Calculate phonon dispersion and return band structure plot
Parameters
ouro-route-id
in headerouro-route-org-id
in headerouro-route-team-id
in headerouro-action-id
in headerRequest body
file
objectRequiredid
url
stringRequiredname
type
stringRequiredorg_id
stringRequiredteam_id
stringRequiredfilename
stringRequiredvisibility
stringRequireddescription
distance
numberDefaults to 0.01Range: to 0.1
Atomic displacement distance (Å) used to compute force constants
supercell
arrayArray Items:
items
integerThree 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));
Calculate phonon dispersion and return band structure plot
Crowd-sourced rare-earth-free magnet discovery
postThat'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
3mo
1 reference
Loading compatible actions...
Loading comments...