prolint.computers.base¶
Base contact computation module.
This module provides the abstract base class for contact detection algorithms.
Classes¶
Abstract base class for contact computation algorithms. |
Module Contents¶
- class prolint.computers.base.ContactComputerBase(trajectory, verbose=False, **kwargs)[source]¶
Bases:
MDAnalysis.analysis.base.AnalysisBase,abc.ABCAbstract base class for contact computation algorithms.
Extends MDAnalysis AnalysisBase with contact-specific operations. Subclasses implement specific algorithms for detecting contacts between atom groups.
See also
SerialContactsConcrete implementation using grid-based search