template_bank_generator_HM.TemplateBank.gen_physical_grid ========================================================= Back to :doc:`Class page <../classes/template_bank_generator_HM.TemplateBank>` Summary ------- Generate a list of physical templates and save it inside a dictionary as a class attribute. The key of the dictionary is a tuple (delta_calpha, fudge, force_zero) Signature --------- .. code-block:: python def gen_physical_grid(self, delta_calpha, fudge, force_zero) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``delta_calpha`` - - - - - - * - ``fudge`` - - - - - - * - ``force_zero`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text Generate a list of physical templates and save it inside a dictionary as a class attribute. The key of the dictionary is a tuple (delta_calpha, fudge, force_zero)