d-SEAMS (Deferred Structural Elucidation Analysis for Molecular Simulations), a free and open-source advanced post-processing engine designed for the analysis of molecular dynamics (MD) trajectories, focusing particularly on the classification of ice structures. It was developed by Rohit Goswami, Amrita Goswami, and Jayant Kumar Singh, and introduced in a 2020 publication in the Journal of Chemical Information and Modeling.
The primary objective of this project was to enhance pySEAMS
, a Python interface for the d-SEAMS (Deferred Structural Elucidation Analysis for Molecular Simulations) core engine. Last year, under GSoC 2023, I started writing pybind11
bindings to the engine to slowly transition away from the lua
embedded single-purpose yodaStruct
binary. This project focused on improving the usability and accessibility of pySEAMS
by creating comprehensive documentation, refining the installation process, and integrat