10mo
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 = "ed2c08d9-6429-48f7-b318-6024b13cc4fb"
# 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)Performance comparison of M3GNet and Graphormer as end-to-end models
Table S5 from the MatterSim paper: Comparison of property prediction performance for M3GNet and Graphormer models.
Good read. Well written, very detailed and thorough. Great contribution.
10mo
1 reference
Loading compatible actions...
Loading comments...