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 = "f9dc0ca5-a8c5-418d-a095-7b64e88e0d05"
# 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)
ZrFe2.cif - phonon dispersion
Phonon band structure (supercell [4, 4, 4], Δ=0.01 Å); imaginary modes detected; min freq = -8.34 THz
ZrFe2.cif
.cif file3mo
1 input asset
Loading compatible actions...
Loading comments...