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 = "f48370a4-5b52-4855-abd1-52751edd639b"
# 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)
Mn7Ni2Bi (P4/mmm) - phonon dispersion
Phonon band structure (supercell [2, 2, 2], Δ=0.01 Å); imaginary modes detected; min freq = -12.24 THz
Mn7Ni2Bi (P4/mmm)
.cif fileMn8Ni2Bi (space group: P4/mmm #123, crystal system: tetragonal, point group: 4/mmm) (missed expected composition: Mn8Ni2Bi)
3mo
1 input asset
Loading compatible actions...
Loading comments...