Skip to content

nury12n/2026-calphad-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2026 Calphad Workshop

Agenda

  • 13:00 Opening and Introductions
  • 13:15 PyCalphad
  • 14:15 ESPEI
  • 15:15 Break
  • 15:30 Kawin
  • 16:30 Discussion and Q&A
  • 17:00 Closing

Setup

GitHub Codespaces (recommended)

Click the Code -> Codespaces button

Local install

For local installs reccomend using uv to install and manage your virtual environment. If you don't already have uv installed:

# macOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

The following then downloads this repo, adds the packages, and creates a Jupyter kernel for you

git clone https://github.com/materialsgenomefoundation/2026-calphad-workshop.git
cd 2026-calphad-workshop
uv sync
uv run python -m ipykernel install --user --name=workshop

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%