Brandon Bocklund
Brandon Bocklund
Examples could be regenerated and some low hanging fruit issues could be tackled (few lines of changes maximum for each item). **Completing any one of these things individually a valuable...
This is a followup issue to track the partitioning of physical properties, brought up in #311: > Fixing the partitioning of the physical properties is going to be slightly more...
A condition of `{v.X('B'): (0, 1, 0.1)}` uses `np.arange(0, 1, 0.1)` which creates an array on the half-open interval, [0, 1) (i.e. ending at 0.9), which may be surprising to...
It would be great for ESPEI, uncertainty quantification or parametric studies to be able to to broadcast calls to `calculate` or `equilibrium` over sets of parameters.
# Problem Heat capacity is defined as `Cp = ∂H/∂T`. In pycalphad, properties like enthalpy (`HM`) and heat capacity (`CPM`) are defined by the `Model` class, where the Model heat...
I am trying to pass 3 points to `calculate`. When passed as a list a 2d list only calculates one point (the last). The 3d list works as intended. For...
Sometimes it can be confusing when a functions like `equilibrium` and `_solve_eq_at_conditions` both take a `comps` argument, but `equilibrium` expects a list of strings (pure elements), while `_solve_eq_at_conditions` expects a...
For this sample TDB, calculated values for cross interactions are different than those calculated by Thermo-Calc (each parameter uncommented and tested in isolation). Some attention needs to be paid to...