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 = "727ca23d-d39e-4464-98d0-3c0008a9c49b"
# 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)
Fe2O8Sr3Tl (P4/mmm) - phonon dispersion 1
Phonon band structure (supercell [2, 2, 2], Δ=0.01 Å); imaginary modes detected; min freq = -19.87 THz
Fe2O8Sr3Tl (P4/mmm)
.cif fileFe2O8Sr3Tl (space group: P4/mmm #123, crystal system: tetragonal, point group: 4/mmm)
3mo
1 input asset
Loading compatible actions...
Loading comments...