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 = "c0bac47a-77c1-4712-a94b-a151e8547acb"
# 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)
MnFe3CoB (P-6m2) - relaxed
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -45.5144 eV; energy change = -0.4060 eV; symmetry: P-6m2 → P-6m2
MnFe3CoB (P-6m2)
.cif fileFe3CoMnB (space group: P-6m2 #187, crystal system: hexagonal, point group: -6m2) (missed expected composition: Fe3CoMnB)
3moMnFe3CoB phase diagram
.html filePhase diagram of MnFe3CoB; e_above_hull: 0.668074 eV/atom; predicted_stable: False
3mo
1 input asset
1 derivative asset
Loading compatible actions...
Loading comments...