Phase diagrams can now be added, but this will only work on CPU's as the linear interpolation routines we use internally are not GPU-ready (we use Interpolations.jl for this).
It should actually be possible to incorporate our own interpolation routines and remove Interpolations as a dependency. A non-allocating 2D one is given here, for example.
Phase diagrams can now be added, but this will only work on CPU's as the linear interpolation routines we use internally are not GPU-ready (we use Interpolations.jl for this).
It should actually be possible to incorporate our own interpolation routines and remove
Interpolations
as a dependency. A non-allocating 2D one is given here, for example.