Corrector Interfaces ==================== The interfaces module provides domain-specific interfaces for correction algorithms. .. currentmodule:: hiten.algorithms.corrector.interfaces Periodic Orbit Corrector Interface ---------------------------------- _PeriodicOrbitCorrectorInterface() ^^^^^^^^^^^^^^^^^^^^^^^^^ Adapter wiring periodic orbits to the Newton correction backend. .. autoclass:: _PeriodicOrbitCorrectorInterface :members: :undoc-members: :exclude-members: __init__