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 = "ffb96b08-6f03-44b2-872c-c6f391717b81"
# 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)
Fe2CoC (P4/mmm) - relaxed - doped N 5.0% - relaxed
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -263.1562 eV; energy change = -147.8727 eV; symmetry: P4mm → P1
Fe2CoC (P4/mmm) - relaxed - doped N 5.0%
.cif fileInterstitially doped with N at ~5.0%; supercell [2, 2, 2]; dopant atoms = 2
3moFe8Co4C4N phase diagram
.html filePhase diagram of Fe8Co4C4N; e_above_hull: 0.616772 eV/atom; predicted_stable: False
3mo
1 input asset
1 derivative asset
Loading compatible actions...
Loading comments...