pyHarm.Reductors.FactoryChainedReductors ======================================== .. py:module:: pyHarm.Reductors.FactoryChainedReductors .. autoapi-nested-parse:: This module contains the factory of ChainReductor objects that is a specific kind of ABCReductors chaining reducing methods in series allowing to use simultaneously multiple reduction layers. Functions --------- .. autoapisummary:: pyHarm.Reductors.FactoryChainedReductors.generateChainReductor Module Contents --------------- .. py:function:: generateChainReductor(data, expl_dofs) Factory function that creates a ChainReductor object. :param expl_dofs: explicit dofs DataFrame built by the ABCSystem. :type expl_dofs: pd.DataFrame :param data: dictionary containing the inputs that are needed to create a ChainReductor, including the list of reductors to instantiate. :type data: dict :returns: Instance of the required ChainReductor class. :rtype: ChainReductor