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 = "c98c097f-fa1d-4611-9894-486f9a3ea55c"
# 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)
Fe2O8Sr3Tl (space group: P4/mmm #123, crystal system: tetragonal, point group: 4/mmm)
Fe2O8Sr3Tl (P4/mmm) - doped C 5.0%
.cif fileInterstitially doped with C at ~5.0%; supercell [2, 2, 2]; dopant atoms = 6
3moFe2O8Sr3Tl (P4/mmm) - phonon dispersion 2
Image filePhonon band structure (supercell [2, 2, 2], Δ=0.01 Å); imaginary modes detected; min freq = -19.87 THz
3moFe2O8Sr3Tl (P4/mmm) - phonon dispersion 1
Image filePhonon band structure (supercell [2, 2, 2], Δ=0.01 Å); imaginary modes detected; min freq = -19.87 THz
3moFe2O8Sr3Tl (P4/mmm) - phonon dispersion
Image filePhonon band structure (supercell [2, 2, 2], Δ=0.01 Å); imaginary modes detected; min freq = -19.87 THz
3mo
4 derivative assets
Loading compatible actions...
Loading comments...