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 = "c92eb6c5-5ff1-4083-b542-64a66f0122b3"
# 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)
Fe4N - relaxed
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -41.9630 eV; energy change = -0.0786 eV; symmetry: P4/mmm → P4/mmm
Fe4N
.cif file(Space group: P4/mmm #123, Crystal system: tetragonal, Point group: 4/mmm)
4moFe4N - relaxed - phonon dispersion
Image filePhonon band structure (supercell [2, 2, 2], Δ=0.01 Å)
4moFe4N - relaxed - 3x3x3 supercell
.cif fileSupercell 3x3x3 of Fe4N (Space group: P4/mmm, 432 symmetry operations)
4moFe4N phase diagram
.html filePhase diagram of Fe4N; e_above_hull: 0.095540 eV/atom; predicted_stable: False
4mo
1 input asset
3 derivative assets
Loading compatible actions...
Loading comments...