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 = "c646341b-65fd-4dc7-8bcd-cf70fc4b37ed"
# 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_2 FeTeCo - relaxed - doped B 2.0% - relaxation animation
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -359.2896 eV; energy change = -2.6383 eV; symmetry: Pm → Pm
gen_2 FeTeCo - relaxed - doped B 2.0%
.cif fileInterstitially doped with B at ~2.0%; supercell [2, 2, 2]; dopant atoms = 1
3mo
1 input asset
Loading compatible actions...
Loading comments...