piel.models.frequency.defaults
==============================

.. py:module:: piel.models.frequency.defaults


Functions
---------

.. autoapisummary::

   piel.models.frequency.defaults.get_default_models


Module Contents
---------------

.. py:function:: get_default_models(custom_defaults: dict | None = None, type: Literal['classical', 'quantum', 'optical_logic_verification'] = 'classical') -> dict

   Returns the default models dictionary.

   :param custom_defaults: Custom defaults dictionary.
   :type custom_defaults: dict
   :param type: Type of default models dictionary to return.
   :type type: Literal["default", "quantum"]

   :returns: Default models dictionary.
   :rtype: dict


