Skip to content

bknight1/phasetools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhaseTools

Python wrappers around Julia MAGEMin_C for phase equilibria and garnet growth workflows.

Installation

Install the package in editable mode:

python -m pip install -e .

Julia Setup

After Python package installation, run the explicit Julia environment setup/check helper:

phasetools-julia-setup --check

If MAGEMin_C is not installed yet, install it with:

phasetools-julia-setup --install

You can also run the setup helper module directly in Python code from:

If Julia itself is missing, install it from:

Quick verification

You can verify your Julia package setup with:

julia --version
julia -e 'using MAGEMin_C'

About

Python package for performing MAGEMin calculations in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors