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 = "f4cc162c-793a-4581-8350-01c4d6747930"
# 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)Fe8Bi2B (P6/mmm) - relaxed
Cell + Ionic relaxation with Orb v3; 0.03 eV/Å threshold; final energy = -77.9096 eV; energy change = -6.9053 eV; symmetry: P6/mmm → P1
Fe8Bi2B (P6/mmm)
.cif fileFe8Bi2B (space group: P6/mmm #191, crystal system: hexagonal, point group: 6/mmm)
2mo
1 input asset
Loading compatible actions...
Loading comments...