atomate2
atomate2 copied to clipboard
Transformation makers and SQS
- Add makers to run pymatgen transformations as a job, with a
Transformerclass which only needs a transformation as input to run for ~90% of pymatgen transformations - Add specific SQS implementation + tests
Just noting the TransmuterMaker in case you weren't already aware.
There is some overlap here the existing class both applies the transformation and then runs a calculation which is more limiting.
Yep! The idea here was more flexibility like you're saying, specifically for SQS transformations (the output of the SQS transformation in particular is different from the other transformation classes)