Skip to content
  1. Mar 12, 2024
  2. Mar 11, 2024
  3. Mar 10, 2024
  4. Feb 28, 2024
  5. Feb 27, 2024
    • Matthew Louis's avatar
      Added solubility calculation to pseudoBinaryPhaseDiagram class and... · a09c6a58
      Matthew Louis authored
      Added solubility calculation to pseudoBinaryPhaseDiagram class and optimization notebook Example 4 is working
      a09c6a58
    • Matthew Louis's avatar
      No need to copy the original points array, there is no case in which we will... · 8d124d16
      Matthew Louis authored
      No need to copy the original points array, there is no case in which we will use the original points array over the filtered points array. If there is an error when filtering, it is generally becasue there is a problem with the region (i.e. that it consists of mostly/only extraneous points) and so we exclude it from the plot anyways. Doing this allows us to save memory, albeit not that much. Also Fixed break statement in a for loop that can lead to the max(fractional_area_decreases, ...) being undefined, particularly if the exception occurs on the first boundary vertex
      8d124d16
Loading