§
    Ç ´i>  ã                   ó<   — d Z ddlmZ  G d„ dej        ¦  «        ZdS )au  
Extended PDB topology parser
============================

.. versionadded:: 0.8

This topology parser uses a PDB file to build a minimum internal structure
representation (list of atoms). The only difference from
:mod:`~MDAnalysis.topology.PDBParser` is that this parser reads a
non-standard PDB-like format in which residue numbers can be five digits
instead of four.

The topology reader reads a PDB file line by line and ignores atom numbers but
reads residue numbers up to 99,999 correctly. If you have systems containing at
least 100,000 residues then you need to use a different file format that can
handle such residue numbers.

See Also
--------
* :mod:`MDAnalysis.topology.PDBParser`
* :class:`MDAnalysis.coordinates.PDB.ExtendedPDBReader`
* :class:`MDAnalysis.core.universe.Universe`


Classes
-------

.. autoclass:: ExtendedPDBParser
   :members:
   :inherited-members:

é   )Ú	PDBParserc                   ó   — e Zd ZdZdZdS )ÚExtendedPDBParsera/  Parser that handles non-standard "extended" PDB file.

     Extended PDB files (MDAnalysis format specifier *XPDB*) may contain residue
     sequence numbers up to 99,999 by utilizing the insertion character field of
     the PDB standard.

     Creates a Topology with the following Attributes (if present):
      - serials
      - names
      - altLocs
      - chainids
      - tempfactors
      - occupancies
      - resids
      - resnames
      - segids
      - elements
      - bonds
      - formalcharges

    .. note::

       By default, atomtypes and masses will be guessed on Universe creation.
       This may change in release 3.0.
       See :ref:`Guessers` for more information.


     See Also
     --------
     :class:`MDAnalysis.coordinates.PDB.ExtendedPDBReader`

     .. versionadded:: 0.8
    ÚXPDBN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úformat© ó    úo/srv/www/vhosts/g4struct/public_html/venv/lib/python3.11/site-packages/MDAnalysis/topology/ExtendedPDBParser.pyr   r   <   s    € € € € € ð ð  ðD €F€F€Fr   r   N)r
   Ú r   r   r   r   r   ú<module>r      s[   ðð0ð ðB Ð Ð Ð Ð Ð ð#ð #ð #ð #ð #˜	Ô+ñ #ô #ð #ð #ð #r   