Source code for molsysmt.form.pdbfixer_PDBFixer.add

from molsysmt._private.exceptions import NotImplementedMethodError
from molsysmt._private.digestion import digest

[docs] @digest(form='pdbfixer.PDBFixer', to_form='pdbfixer.PDBFixer') def add(to_item, item, atom_indices='all', structure_indices='all', skip_digestion=False): raise NotImplementedMethodError()