5mo
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 = "70a231da-48f9-4ecd-b406-4a0422ee8602"
# 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)
Charting Regions of Cobalt’s Chemical Space with Maximally Large Magnetic Anisotropy
A Computational High-Throughput Study
Lorenzo A. Mariano, Vu Ha Anh Nguyen, Valerio Briganti, and Alessandro Lunghi
Journal of the American Chemical Society 2024 146 (49), 34158-34166
DOI: 10.1021/jacs.4c14076
Notes from Charting Regions of Cobalt’s Chemical Space
postSharing some notes as I go through this paper:
5mo
1 reference
Loading compatible actions...
Loading comments...