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 = "6febb030-9a50-4334-97d0-f009ecf60452"
# 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)
Mn7Ni2Bi (P4/mmm)
Mn8Ni2Bi (space group: P4/mmm #123, crystal system: tetragonal, point group: 4/mmm) (missed expected composition: Mn8Ni2Bi)
Mn7Ni2Bi phase diagram
.html filePhase diagram of Mn7Ni2Bi; e_above_hull: 1.254470 eV/atom; predicted_stable: False
3moMn7Ni2Bi (P4/mmm) - phonon dispersion
Image filePhonon band structure (supercell [2, 2, 2], Δ=0.01 Å); imaginary modes detected; min freq = -12.24 THz
3mo
2 derivative assets
Loading compatible actions...
Loading comments...