System initialization ===================== Every simulation requires the initialization of the data containers ``Ham``, ``Exp`` and ``Vary``. This can be done using the functions ``Start(num)``, ``Jstart()`` or ``Jmstart()``, for classic, JAX and multisystem JAX, respectively, or by calling the classes ``Hval()``, ``Eco()`` and ``Eva()`` directly. .. rubric:: Functions: .. currentmodule:: base_ham .. toctree:: :hidden: Hval Eco Eva Multham Mulexco Muleva Start .. list-table:: :widths: 25 75 :header-rows: 1 * - Name - Description * - :doc:`epraya.Hval ` - Container class for the hamiltonial's parameters. * - :doc:`epraya.Eco ` - Container class for the experimental parameters. * - :doc:`epraya.Eva ` - Container class for the variation of parameters. * - :doc:`epraya.Multham ` - Container class for the hamiltonial's parameters of ``num`` systems. * - :doc:`epraya.Mulexco ` - Container class for the experimental parameters of ``num`` systems. * - :doc:`epraya.Muleva ` - Container class for the variation of parameters of ``num`` systems. * - :doc:`epraya.Start ` - Function for Ham, Exp and Vary initialization for ``num`` systems. JAX implementation ^^^^^^^^^^^^^^^^^^ .. rubric:: Functions: .. currentmodule:: base_jax .. toctree:: :hidden: JHval JEco JEva Mjhval JEmco JEmva Jstart Jmstart .. list-table:: :widths: 25 75 :header-rows: 1 * - Name - Description * - :doc:`epraya.JHval ` - JAX container class for the hamiltonial's parameters. * - :doc:`epraya.JEco ` - JAX container class for the experimental parameters. * - :doc:`epraya.JEva ` - JAX container class for the variation of parameters. * - :doc:`epraya.Mjhval ` - JAX container class for the hamiltonial's parameters of two systems. * - :doc:`epraya.JEmco ` - JAX container class for the experimental parameters of two systems. * - :doc:`epraya.JEva ` - JAX container class for the variation of parameters of two systems. * - :doc:`epraya.Jstart ` - Function for Ham, Exp and Vary initialization for one system. * - :doc:`epraya.Jmstart ` - Function for Ham, Exp and Vary initialization for two systems.