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 = "5517f0ff-0da4-4c89-8771-3200df3e2397"
# 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)
MnFe6Si (P4/mmm) - doped S 5.0%
Interstitially doped with S at ~5.0%; supercell [2, 2, 2]; dopant atoms = 3
MnFe6Si (P4/mmm)
.cif fileMnFe6Si (space group: P4/mmm #123, crystal system: tetragonal, point group: 4/mmm)
2moMnFe6Si (P4/mmm) - doped S 5.0% - relaxed
.cif fileCell + Ionic relaxation with Orb v3; 0.03 eV/Å threshold; final energy = -536.0711 eV; energy change = -55.6215 eV; symmetry: P1 → Pm
2mo
1 input asset
1 derivative asset
Loading compatible actions...
Loading comments...