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 = "19fc5e2d-e0ff-45f6-883a-789dd501f441"
# 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)
Fe16Co4B2Al2 (I4/mmm) - relaxed
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -144.7107 eV; energy change = -25.8104 eV; symmetry: I4/mmm → I4/mmm
Fe16Co4B2Al2 (I4/mmm)
.cif fileFe16Co4B2Al2 (space group: I4/mmm #139)
2moAlFe8Co2B phase diagram
.html filePhase diagram of AlFe8Co2B; e_above_hull: 1.850203 eV/atom; predicted_stable: False
2mo
1 input asset
1 derivative asset
Loading compatible actions...
Loading comments...