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 = "b4f93bcc-011f-4c05-a62f-ea0ee4c3b9ff"
# 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)
MnAlFeNiB2 (P-6m2) - relaxed
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -10.4390 eV; energy change = -2.1455 eV; symmetry: P-6m2 → P-6m2
MnAlFeNiB2 (P-6m2)
.cif fileFeNiMnAlB2 (space group: P-6m2 #187, crystal system: hexagonal, point group: -6m2) (missed expected composition: FeNiMnAlB2)
3mo
1 input asset
Loading compatible actions...
Loading comments...