4mo
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 = "259e0ebc-2d0e-4ff3-bc09-abf614839209"
# 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)
Fe-Bi-S gen_10 - relaxed
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -42.9355 eV; energy change = -0.1362 eV; symmetry: P2_1/m → P2_1/m
Fe-Bi-S gen_10
.cif file4moFe-Bi-S gen_10 - relaxed - 4x4x4 supercell
.cif fileSupercell 4x4x4 of FeBiS2 (Space group: P2_1/m, 256 symmetry operations)
4moFe-Bi-S gen_10 - relaxed - 2x2x2 supercell
.cif fileSupercell 2x2x2 of FeBiS2 (Space group: P2_1/m, 32 symmetry operations)
4mo
1 input asset
2 derivative assets
Loading compatible actions...
Loading comments...