- Apr 06, 2024
-
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
Removed data_file, thermochimica_path, etc arguments from most functions, to allow more succint function calls, and instead exported them to a dedicated Config class so that these are class variables configured with an instance of tta, but they can of course be updated on the fly if they need to be changed, this is in line with intended/anticipated use.
-
Matthew Louis authored
Now using pyprojroot to create environment variables that can be succintly referenced by each script in this directory rather than explicitly having relative paths in each script
-
- Apr 05, 2024
-
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
Finished long run coolant optimization, and separated fuel and coolant optimization into separate files
-
Matthew Louis authored
-
- Apr 04, 2024
-
-
Matthew Louis authored
-
- Apr 03, 2024
-
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
Added automatic path resolution. This can be useful if using the code in a jupyter notebook where it can be hard to determine absolute paths
-
Matthew Louis authored
-
- Apr 02, 2024
-
-
Matthew Louis authored
Added better error handling in melting and boiling point calculating function, and updated README accordingly
-
Matthew Louis authored
-
- Apr 01, 2024
-
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
Updated logic for calculating right endmember fractions from the endmember compositions and a given element composition. Previous logic assumed the existence of an element that was in one endmember and not the other to calculate the endmember fraction, but this is not the case in general. Also added preliminary function for computing melting and boiling points
-
- Mar 30, 2024
-
-
Matthew Louis authored
-
- Mar 28, 2024
-
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
Updated .gitignore to include pytest files, and updated table of contents generating logic to ignore directories listed in the .gitignore
-
Matthew Louis authored
-
Matthew Louis authored
Actually added outputs directories to the git repo. Due to the way git tracks files, these directories are only tracked if they contain files, so they now contain .gitignore files so that they're tracked.
-
Matthew Louis authored
-
- Mar 27, 2024
-
-
Matthew Louis authored
-
Matthew Louis authored
-
Matthew Louis authored
-