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 = "3c1eeb10-76da-466a-880f-734a15b95748"
# 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)
TiO2 - relaxed
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -26.3454 eV; energy change = -0.0003 eV; symmetry: P-3m1 → P-3m1
- Calculate energy above hull
TiO2
.cif file(Space group: P-3m1 #164, Crystal system: trigonal, Point group: -3m)
4moTiO2 - relaxed - phonon dispersion
Image filePhonon band structure (supercell [2, 2, 2], Δ=0.01 Å)
4moTiO2 - relaxed - 2x2x2 supercell
.cif fileSupercell 2x2x2 of TiO2 (Space group: P-3m1, 96 symmetry operations)
4moTiO2 phase diagram 1
.html filePhase diagram of TiO2; e_above_hull: 0.190769 eV/atom; predicted_stable: False
4mo
1 in progress
1 input asset
3 derivative assets
Loading compatible actions...
Loading comments...