molsysmt.build.remove_bonds#

molsysmt.build.remove_bonds(molecular_system, bond_indices='all', in_place=True, skip_digestion=False)[source]#

Remove bonds from a molecular system by index.

Parameters:
  • molecular_system (molecular system) – System from which bonds will be removed.

  • bond_indices ('all' or array-like, default 'all') – Bond indices to delete.

  • in_place (bool, default True) – If True, modify in place; otherwise raise NotImplementedMethodError.

  • skip_digestion (bool, default False) – Whether to skip argument digestion.