molsysmt.form.molsysmt_ViewerJSON package#
Submodules#
molsysmt.form.molsysmt_ViewerJSON.append_structures module#
molsysmt.form.molsysmt_ViewerJSON.attributes module#
molsysmt.form.molsysmt_ViewerJSON.copy module#
molsysmt.form.molsysmt_ViewerJSON.extract module#
molsysmt.form.molsysmt_ViewerJSON.get module#
- molsysmt.form.molsysmt_ViewerJSON.get.get_atom_id_from_atom(item, indices='all', skip_digestion=False)[source]#
- molsysmt.form.molsysmt_ViewerJSON.get.get_atom_index_from_atom(item, indices='all', skip_digestion=False)[source]#
- molsysmt.form.molsysmt_ViewerJSON.get.get_atom_name_from_atom(item, indices='all', skip_digestion=False)[source]#
- molsysmt.form.molsysmt_ViewerJSON.get.get_bond_index_from_bond(item, indices='all', skip_digestion=False)[source]#
- molsysmt.form.molsysmt_ViewerJSON.get.get_bonded_atoms_from_atom(item, indices='all', skip_digestion=False)[source]#
- molsysmt.form.molsysmt_ViewerJSON.get.get_chain_id_from_atom(item, indices='all', skip_digestion=False)[source]#
- molsysmt.form.molsysmt_ViewerJSON.get.get_coordinates_from_system(item, structure_indices='all', skip_digestion=False)[source]#
- molsysmt.form.molsysmt_ViewerJSON.get.get_entity_id_from_atom(item, indices='all', skip_digestion=False)[source]#
- molsysmt.form.molsysmt_ViewerJSON.get.get_formal_charge_from_atom(item, indices='all', skip_digestion=False)[source]#
- molsysmt.form.molsysmt_ViewerJSON.get.get_group_id_from_atom(item, indices='all', skip_digestion=False)[source]#
- molsysmt.form.molsysmt_ViewerJSON.get.get_group_name_from_atom(item, indices='all', skip_digestion=False)[source]#
molsysmt.form.molsysmt_ViewerJSON.has_attribute module#
molsysmt.form.molsysmt_ViewerJSON.is_form module#
molsysmt.form.molsysmt_ViewerJSON.to_molsysmt_MolSys module#
molsysmt.form.molsysmt_ViewerJSON.to_molsysmt_ViewerJSON module#
Module contents#
- molsysmt.form.molsysmt_ViewerJSON.append_structures(item, items, skip_digestion=False)[source]#
Append structures from other ViewerJSON items.
- molsysmt.form.molsysmt_ViewerJSON.copy(item, skip_digestion=False)[source]#
Deep copy a ViewerJSON object.
- molsysmt.form.molsysmt_ViewerJSON.extract(item, atom_indices='all', structure_indices='all', copy_if_all=True, skip_digestion=False)[source]#
Extract a subset of atoms/structures from a ViewerJSON.
- molsysmt.form.molsysmt_ViewerJSON.has_attribute(molecular_system, attribute, include_none=False, skip_digestion=False)[source]#
Attribute availability for ViewerJSON objects.
- molsysmt.form.molsysmt_ViewerJSON.is_form(item)[source]#
Check whether item is a molsysmt.native.viewer_json.ViewerJSON instance.