3mo
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 = "b5ed285e-46b5-441b-a950-a388d2f0cd87"
# 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)
Fe9Co7Ni3Nb (Pm) - relaxed
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -158.9340 eV; energy change = -89.4172 eV; symmetry: Pm → P1
Fe9Co7Ni3Nb (Pm)
.cif fileFe9Co7Ni3Nb (space group: Pm #6, crystal system: monoclinic, point group: m)
3moNbFe10Co7Ni3 phase diagram
.html filePhase diagram of NbFe10Co7Ni3; e_above_hull: 0.230386 eV/atom; predicted_stable: False
3mo
1 input asset
1 derivative asset
Loading compatible actions...
Loading comments...