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 = "2270a259-1bd8-47d1-b8f4-8e47f60632f3"
# 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)
gen_0 MnFeBi 1 - relaxed - 3x3x3 supercell
Supercell 3x3x3 of Mn3FeBi (Space group: P4/nmm, 432 symmetry operations)
gen_0 MnFeBi 1 - relaxed
.cif fileRelaxed with Orb v3; 0.03 eV/Å threshold; final energy = -77.3587 eV; energy change = -0.0226 eV; symmetry: P4/nmm → P4/nmm
3mo
1 input asset
Loading compatible actions...
Loading comments...