2mo
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 = "03ca4b55-47d7-4eef-85a6-6ba88751c471"
# 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)
tree-gen-6-v06.cif - relaxed
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -183.6934 eV; energy change = -888.5450 eV; symmetry: I4/mmm → P1
tree-gen-6-v06.cif
.cif fileCrystal structure generated by TreeQuest optimization (file 6)
2motree-gen-6-v06.cif - relaxed - relaxed
.cif fileRelaxed with Orb v3; 0.03 eV/Å threshold; final energy = -185.1457 eV; energy change = -1.4536 eV; symmetry: P1 → P1
2motree-gen-6-v06.cif - relaxed - phonon dispersion
Image filePhonon band structure (supercell [2, 2, 2], Δ=0.01 Å); imaginary modes detected; min freq = -1.45 THz
2moTiMn2Fe4Co4B phase diagram
.html filePhase diagram of TiMn2Fe4Co4B; e_above_hull: 0.429886 eV/atom; predicted_stable: False
2mo
1 input asset
3 derivative assets
Loading compatible actions...
Loading comments...