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 = "aa75171d-c7a6-4f8a-bbe7-c3902fba6715"
# 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)
Fe3MnNiAlB2 (Pm) - relaxed
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -56.9656 eV; energy change = -14.3124 eV; symmetry: Pm → Pm
Fe3MnNiAlB2 (Pm)
.cif fileFe3MnNiAlB2 (space group: Pm #6, crystal system: monoclinic, point group: m)
3mo
1 input asset
Loading compatible actions...
Loading comments...