Metadata-Version: 1.2
Name: bubblebuster
Version: 1.6
Summary: A Python Library for detecting water box bubbles in structural files used in molecular simulations.
Home-page: https://github.com/astokely/bubblebuster
Author: Andy Stokely
Author-email: amstokely@ucsd.edu
License: MIT
Description: Bubblebuster is a Python Library for detecting water box bubbles in structural files used in molecular simulations, by partitioning the system's periodic box into a cubic grid. The atom density of each cube is compared against the periodic box's atom density. If any cube has a density less than the periodic box atom density multiplied by the cutoff parameter (default is 0.5), the water box is deemed to likely have a bubble. The size of the cubes, along with the cutoff value, can be customized according to the system. However, this must be done with caution as a cutoff value that is to large/small can yield false positives/negatives.
Keywords: molecular dynamics water box periodic
Platform: Linux
Platform: Unix
Requires-Python: >=3.8
