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 = "55b07c9d-2157-46b5-b0e4-24fbe60e7879"
# 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)
Fe16Co4B2Si2N2 (P4/mmm) - relaxed
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -183.1670 eV; energy change = -86.2445 eV; symmetry: P4/mmm → P1
Fe16Co4B2Si2N2 (P4/mmm)
.cif fileFe16Co4B2Si2N2 (space group: P4/mmm #123)
2moFe8Co2SiBN phase diagram
.html filePhase diagram of Fe8Co2SiBN; e_above_hull: 1.141933 eV/atom; predicted_stable: False
2mo
1 input asset
1 derivative asset
Loading compatible actions...
Loading comments...