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 = "2b762f18-822b-4f1d-ace9-e44dab53f865"
# 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)
Fe4MnCrNiB2 (P-4m2) - relaxed
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -69.7288 eV; energy change = -14.1692 eV; symmetry: P-4m2 → Pm
Fe4MnCrNiB2 (P-4m2)
.cif fileFe4MnCrNiB2 (space group: P-4m2 #115, crystal system: tetragonal, point group: -42m)
3mo
1 input asset
Loading compatible actions...
Loading comments...