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 = "bee28437-c0b4-4cbb-b25f-cf91ba2eeab0"
# 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)
Fe12Co6B (P6/mmm) - relaxed
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -145.9678 eV; energy change = -179.0220 eV; symmetry: P6/mmm → P1
Fe12Co6B (P6/mmm)
.cif fileFe12Co6B (space group: P6/mmm #191, crystal system: hexagonal, point group: 6/mmm)
3mo
1 input asset
Loading compatible actions...
Loading comments...