def __init__(self, mols, coords, n_frags, name, config):
        self._mols = mols
        self._coords = coords
        self.n_frags = n_frags
        self.name = name