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 = "33f09b7f-a014-4b17-8571-e772da72390a"
# 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)
MnBi (P6_3/mmc)
mp-568382
MnBi phase diagram 1
.html filePhase diagram of MnBi; e_above_hull: 0.184241 eV/atom; predicted_stable: False
3moMnBi (P6_3/mmc) - relaxed
.cif fileRelaxed with Orb v3; 0.03 eV/Å threshold; final energy = -25.2515 eV; energy change = 0.0000 eV; symmetry: P6_3/mmc → P6_3/mmc
3moMnBi (P6_3/mmc) - phonon dispersion
Image filePhonon band structure (supercell [2, 2, 2], Δ=0.01 Å); no imaginary modes; min freq = -0.00 THz
3mo
3 derivative assets
Loading compatible actions...
Loading comments...