Brandon Bocklund
Brandon Bocklund
> Note that `R` ('reciprocal') is also a possible mixing code. Do you know the mathematical form of `B` and `R` parameters or a reference where I can find them?...
Some out of band discussion on this today. To summarize: We can implement a new version of `eqplot` to handle plotting both phase diagrams and property diagrams. It should detect...
More OOB discussion on a proposed way to handle a property plotting API. As mapping APIs and CompositionSet-based APIs (e.g. #415) are getting closer to first class support, we can...
On closer inspection, it's not clear whether this is a solver failure or starting point failure. I noticed that we are adding composition sets with positive driving force before even...
The `ternplot` API documentation could be improved. It's a wrapper around `eqplot`, which has a [keyword argument for the axes](https://pycalphad.org/docs/latest/api/pycalphad.plot.html#pycalphad.plot.eqplot.eqplot), `ax`, which `eqplot` will then use to plot on. I...
This is an issue with `unpack_kwarg`, which assumes that any iterable that's not an ndarray is a list of dictionaries and a single default: `unpack_kwarg([{'FCC_A1': 30}, 200])`, so ```python from...
@maxposchmann sorry for my delay, this is still high on my list, but it's been a busy month or two for me. I'm hoping to get back to properly reviewing...
Related: https://github.com/symengine/symengine/pull/1828#issuecomment-907627485, in particular: > We evaluate things like sin(2.0). Reason is that 2.0 is only accurate to 53 bits, so it doesn't make sense to evaluate sin(2.0) to more...
A simple solution might be to have some normalization function. An example that I sketched out is below. It would need to support vector/broadcasted inputs in the same way as...
@richardotis Now that it's been some time and the meaning of species is a little more clear (at least to me), does this issue target: 1. setting site fractions of...