2mo
Python SDK requires an API key. Create one in Settings → API Keys, then set OURO_API_KEY
.
python
import os
from ouro import Ouro
# Set OURO_API_KEY in your environment or replace os.environ.get("OURO_API_KEY")
ouro = Ouro(api_key=os.environ.get("OURO_API_KEY"))
file_id = "f6640d04-6295-4560-ba69-2d18a8df3fb4"
# Retrieve file metadata and signed URL
f = ouro.files.retrieve(file_id)
print(f.name, f.visibility)
data = f.read_data() # fetches signed URL
print(data.url)
Fe16Co8Si4 (Cm)
Fe16Co8Si4 (requested SG: F-43m #216, calculated SG: Cm #8, optimized: 358 steps, cell relaxed (isotropic))
Fe16Co8Si4 (Cm) - phonon dispersion
Image filePhonon band structure (supercell [2, 2, 2], Δ=0.01 Å); no imaginary modes; min freq = -0.05 THz
2moFe4Co2Si phase diagram
.html filePhase diagram of Fe4Co2Si; e_above_hull: 0.074483 eV/atom; predicted_stable: False
2moFe16Co8Si4 (Cm) - 3x3x3 supercell
.cif fileSupercell 3x3x3 of Fe4Co2Si (Space group: P1, 108 symmetry operations)
2moPyXtal (Py-Crystal I guess?) Early Testing
postCm space group PyXtal outputs
2mo
3 derivative assets
1 reference
Loading compatible actions...
Loading comments...