§
    Æ ´i
  ã                   ó"   — d Z ddlmZ ddlmZ dS )aª  
Context-specific guessers --- :mod:`MDAnalysis.guesser`
========================================================

You can use guesser classes either directly by initiating an instance of it and use its guessing methods or through
the :meth:`guess_TopologyAttrs <guess_TopologyAttrs>`: API of the universe.

The following table lists the currently supported Context-aware Guessers along with
the attributes they can guess.

.. table:: Table of Supported Guessers

   ============================================== ========== ===================== ===================================================
   Name                                           Context    Attributes            Remarks
   ============================================== ========== ===================== ===================================================
   :ref:`DefaultGuesser <DefaultGuesser>`         default    types, elements,      general purpose guesser                                                                                       
                                                             masses, bonds,
                                                             angles, dihedrals,
                                                             improper dihedrals
   ============================================== ========== ===================== ===================================================
                        
                                


é   )Úbase)ÚDefaultGuesserN)Ú__doc__Ú r   Údefault_guesserr   © ó    úe/srv/www/vhosts/g4struct/public_html/venv/lib/python3.11/site-packages/MDAnalysis/guesser/__init__.pyú<module>r      s;   ðð0ð ð2 Ð Ð Ð Ð Ð Ø +Ð +Ð +Ð +Ð +Ð +Ð +Ð +r	   