Andrew S. Rosen
Andrew S. Rosen
### What new feature would you like to see? It would be nice to add some recipes for RASPA, especially given how many input arguments everything requires. We can use...
We won't be able to address them all in one PR, but steadily we should try resolving them by running `mypy` on the codebase and addressing errors as they arise.
I merged in @rwexler's WIP PR #586 to help ensure that it continues to be kept up-to-date with the `main` branch of quacc. However, there is only one very simple...
### What new feature would you like to see? Currently, the `PRIMARY_STORE' quacc setting is stored in the default quacc YAML file. But this isn't ideal because we should keep...
## 🐛 Bug The `pandas`, `pyyaml`, and `pydantic` dependencies are not automatically installed, and an error is raised even after installing them manually. There is also an incompatibility with `torch==2.2.2`....
### First check - [X] I added a descriptive title to this issue. - [X] I used GitHub search to find a similar request and didn't find it 😇 ###...
### What new feature would you like to see? We have monkeypatched `__getitem__` calls on PrefectFuture and State in the `__init__.py` to ensure proper waiting on dictionaries with futures in...
## Summary of Changes This PR seeks to streamline the handling of parallelization information across codes in quacc, namely to update the behavior for the Espresso and ONETEP recipes that...
### What new feature would you like to see? Requested by @mshuaibii as a way to more clearly track failures
## Summary of Changes Write out the results to a JSON file instead of a pickle file to prevent potential security issues. Requires: - New monty version ### Checklist -...