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 = "13f184b3-4991-408f-b19a-98923f37f9ac"
# 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)
tree-gen-5-v06.cif - relaxed
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -89.6386 eV; energy change = -7.4177 eV; symmetry: I4/mmm → I4/mmm
tree-gen-5-v06.cif
.cif fileCrystal structure generated by TreeQuest optimization (file 5)
2moMn12Fe5Co7B10 phase diagram
.html filePhase diagram of Mn12Fe5Co7B10; e_above_hull: 6.713305 eV/atom; predicted_stable: False
2mo
1 input asset
1 derivative asset
Loading compatible actions...
Loading comments...