Ouro
  • Docs
  • Blog
Join for freeSign in
  • Teams
  • Search
Assets
  • Quests
  • Posts
  • APIs
  • Data
  • Teams
  • Search
Assets
  • Quests
  • Posts
  • APIs
  • Data
Entity profile picture

@mmoderwell

Building Ouro, using AI to search for room-temp superconductors and rare-earth free permanent magnets.

2570 XPLevel 26
12 followers16 following
1.41K files5 datasets9 services154 posts

Badges

Organizations

Teams

  • Admin
  • Admin
  • Admin
  • Admin
  • Admin
  • Admin
  • Admin
  • Admin
  • Admin
  • Admin
  • Admin
  • Admin
  • Admin
  • Admin
  • Admin
  • Admin
  • Admin
  • Admin

Posts

123 total

MAE Testing IV

post

describes the latest run using a new first-principles DFT calculator to measure magnetocrystalline anisotropy energy via the total energy difference method. More results will follow.

10d

Compiling VASP in Modal with GPU acceleration

post

This post explains how to run VASP with GPU acceleration inside Modal. It uses VASP version 6.3.0 and should work for other 6.x.x builds. The idea is to create a Modal Image that has an OpenACC-enabled GPU workflow, based on NVIDIA’s HPC SDK. The result is a self-contained image that can run GPU-accelerated VASP calculations in a serverless Modal environment.

16d

Compiling ABACUS for GPU acceleration in Modal

post

A simple guide for compiling ABACUS to run with GPU acceleration in Modal. The post explains how to build ABACUS with CUDA support and run DFT calculations in a serverless environment. It covers why Modal’s on‑demand GPUs (like A100) can help, and which ABACUS setup (plane waves with basis_type pw and ks_solver bpcg) tends to work best on GPUs in version 3.9.0.

17d

DFT approach to MAE calculation

post

This post shares progress on calculating magnetocrystalline anisotropy energy (MAE) using density functional theory (DFT). The author hoped to use machine learning, but data limits make that unlikely for now, so DFT remains the focus. They emphasize how sensitive MAE is to convergence and accurate electronic structure, a common concern in the field. Two calculation methods are explored: the force-theorem and total energy difference. The force-theorem aims for a balance between speed and accuracy but isn’t fully working yet; issues include needing a specific spin setup and changes in the Fermi level when magnetization directions change. The total energy difference method is simpler and more reliable but far more computationally demanding, requiring several full SCF runs with spin-orbit coupling. Key parameters like k-point spacing, smearing, basis type, and ks_solver influence results and performance. The post notes GPU acceleration and the practical trade-offs, and promises more metrics and a public API later.

18d

Before the competition officially starts, I love to get some of the existing AI models out there on Ouro. Check out the APIs section (upside-down triangle) on the sidebar to see what's already been ad

post
25d

Just added a protein visualization to Ouro. Right now it only supports .pdb files because .cif files would clash with the platform's crystal viewer. You can still upload any kind of file you want, but

post
25d

Hey everyone, welcome to the #nipah-binder-competition team. You're in the right place if you're interested in applying AI to antibody/drug discovery. The purpose of this space if to:

post
25d

Welcome Home

post

I'm excited to share a new page I've been building out this week. You may have already seen it, as it's the first page you be redirected to after sign in.

30d

This post explores ideas about AI and how it might change human work and purpose. It mentions starting a small philosophy discussion group to talk about big questions like meaning, usefulness, and how technology affects society. The writer references the book Courage to Be Disliked and Adlerian psychology, noting a common claim that happiness comes from being useful to others. They also offer a personal take that this may not be the only source of happiness. The central question asks what could happen if people feel they are no longer useful to each other or cannot be. It’s a thoughtful look at consequences of automation and the search for meaning in a changing world. Keywords: AI, philosophy, Adlerian psychology, Courage to Be Disliked, usefulness, happiness, labor, future.

post
1mo

Simulating Metallic Glass Formation with Orb-v3

post

is a post about running molecular dynamics simulations to study how a Cu-Zr alloy forms a metallic glass. The author uses a 64% Cu and 36% Zr composition, an (10,10,10) supercell, and the orb-v3-direct-20-omat calculator to push speed and scale. The workflow includes equilibrating a melted alloy at high temperature, then rapid quenching from 2000 K to 300 K at various rates to compare glass formation versus crystallization. The write-up explains key concepts like what glass is in atomic terms, the difference between crystalline order and amorphous structure, and how RDF and coordination numbers help analyze results. It also notes the challenges of achieving crystallization in MD due to time scales and suggests exploring different cooling rates and compositions in future runs. The post includes example data and 3D visualization references to support the findings.

1mo

Meso-scale All-atom Simulations

post

Meso-scale all-atom simulations with Orb-v3 open a new frontier in materials science and chemistry. This post discusses using ASE for molecular dynamics on GPUs (A100, H100, H200) via Modal, enabling larger, more affordable simulations than traditional DFT. It highlights metallic glass formation, crystallization, annealing, and emergent phenomena that arise from thousands of atoms. The focus is on a breakthrough in non-conservative architectures that balance memory use and speed, making complex systems feasible to study.

1mo

MAE predictor failure

post

A post about trying to use HamGNN with TB2J to forecast magnetocrystalline anisotropy energy, only to find the pre-trained model lacks the needed physics. The main gap is the absence of spin-polarization in H0, making the model better suited for SOC in non-magnetic materials, not for magnetic predictions. Potential outputs still relevant to SOC include band structure corrections, topological invariants, spin textures in k-space, orbital angular momentum, spin Hall conductivity, g-factors, effective masses, and optical properties. The use case focuses on non-magnetic materials and topological insulators without magnetism. Next steps involve exploring new Hamiltonian models like DeepH-pack and MACE-H, noting they lack pre-trained models. The plan is to gather consistent data, ensure SOC and spin-polarization, and align data sources from the same DFT software. Links: https://github.com/mzjb/DeepH-pack, https://github.com/maurergroup/MACE-H.

1mo

Revisiting MAE datasets and model building

post

Once again we're at a stopping point because of our inability to effectively predict MAE. Our AI discovery agents have discovered materials that have all the properties we can currently predict. This

2mo

Notes as I read the LLMatDesign paper

post

A clear look at using LLMs for materials discovery. This post summarizes how Victor from Lila Sciences and the author compare their AI workflows, focusing on mutations in crystal structures, machine learning force fields (MLFF), and machine learning property predictors (MLPP). It explains why data limits push researchers toward direct reasoning with AI, the role of modification history and self-reflection, and how prompts influence performance. Key takeaways include constraints in rare-earth-free magnet design, the balance between control and relaxation, and the impact of self-reflection on speeding up convergence to target properties like band gap and formation energy. The notes also touch on challenges with crystal symmetry, CIF generation, and future work in MLIP/MLPP accuracy. A practical read for anyone exploring automated materials discovery and AI-driven design.

2mo

Thinking about if view count should be number of unique users, or if it should be total number of viewport views. Total VPVs overcounts things a lot. Basically one person could just keep refreshing th

post
2mo

Finding adjacent crystals in Matra-Genoa's latent space

post

This post explores ideas for finding adjacent crystals in Matra-Genoa’s latent space to discover materials with targeted properties. The author describes challenges when mutating crystals, where small input changes can lead to large, different outputs after relaxation. Three approaches are considered: conditioned generation with token hints (fixing some inputs while mutating others), decoding from a modified latent space (using predictors and SHAP to steer latent directions before decoding), and a hybrid approach that combines fixed tokens with latent-space moves. The goal is faster exploration and smarter guidance from an AI research agent and a language model, reducing the cost of property evaluation. The notes also touch on fine-tuning and property-focused training to improve material design workflows. Keywords: adjacent crystals, latent space, Matra-Genoa, crystal generation, materials AI, property optimization.

2mo

Notes as I read about Matra-Genoa, a new crystal generation model

post

Check out the paper here. It's a short read. I recommend checking it out. Although not very technical (just machine learning concepts that have been explored elsewhere), the creativity and simplicity

2mo

sorry for all the spam! I'll make the AI scientist make stuff private by default and only publish the really good stuff.

post
2mo

AI Scientist: Mn2CrFe4Co4N SG #1 (score 0.740)

post

AI-discovered magnetic material: Mn2CrFe4Co4N (performance score: 0.740) | Space group: 1 (resolved from structure) | Key properties: Tc: 612K, Ms: 0.14T, Cost: $13/kg, E_hull: 0.235eV/atom, Dynamically stable | Discovered in 20 AI iterations | - The combination of Mn, Cr, Fe, Co, and N in this stoichiometry yields a high Curie temperature and magnetic density. - The material is dynamically stable, which supports its structural integrity. - The energy above hull suggests that the material is metastable or unstable thermodynamically. - Cost is low, indicating practical feasibility from an economic standpoint.

2mo

AI Scientist: Fe11CoSiGeAsP SG #8 (score 0.597)

post

AI-discovered magnetic material: Fe11CoSiGeAsP (performance score: 0.597) | Space group: 8 (resolved from structure) | Key properties: Tc: 687K, Ms: 0.13T, Cost: $82/kg, E_hull: 0.161eV/atom, Dynamically stable | Discovered in 10 AI iterations | - Strong ferromagnetism with high Tc arises naturally from the Fe/Co sublattice; this is retained despite chemical complexity. - Dynamic stability indicates the structure is at least locally stable; the main risk is competition with lower-energy phases (slightly positive e_hull). - The metastability is small enough that slight stoichiometric shifts (e.g., favoring smaller/more covalent anions like P over As, or Si over Ge) or controlled disorder could stabilize the phase thermodynamically. - Magnetic density is adequate but not exceptionally high; maintaining or modestly enhancing it while reducing e_hull should be feasible by delicate tuning of Co content or anion ratios.

2mo
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next