Exemple #1
0
def get_bonded_atoms_from_system(item, check=True):

    if check:

        _digest_item(item, _form)

    raise _NotImplementedMethodError()
Exemple #2
0
def get_n_entities_from_system(item, check=True):

    if check:

        _digest_item(item, _form)

    raise _NotImplementedMethodError()
Exemple #3
0
def get_molecule_index_from_atom(item, indices='all', check=True):

    if check:

        _digest_item(item, _form)
        indices = _digest_indices(indices)

    raise _NotImplementedMethodError()
Exemple #4
0
def get_bond_type_from_bond(item, indices='all', check=True):

    if check:

        _digest_item(item, _form)
        indices = _digest_indices(indices)

    raise _NotImplementedMethodError()
Exemple #5
0
def get_entity_name_from_entity(item, indices='all', check=True):

    if check:

        _digest_item(item, _form)
        indices = _digest_indices(indices)

    raise _NotImplementedMethodError()
Exemple #6
0
def get_chain_id_from_chain(item, indices='all', check=True):

    if check:

        _digest_item(item, _form)
        indices = _digest_indices(indices)

    raise _NotImplementedMethodError()
Exemple #7
0
def get_n_inner_bonds_from_atom(item, indices='all', check=True):

    if check:

        _digest_item(item, _form)
        indices = _digest_indices(indices)

    raise _NotImplementedMethodError()
Exemple #8
0
def get_group_type_from_group(item, indices='all', check=True):

    raise _NotImplementedMethodError()