ff
==

.. py:module:: ff


Classes
-------

.. autoapisummary::

   ff.YaffFF


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

.. py:class:: YaffFF(*args, **kwargs)

   Bases: :py:obj:`IMLCV.base.datastructures.MyPyTreeNode`


   Base class for dataclasses that should act like a JAX pytree node.


   .. py:attribute:: system
      :type:  IMLCV.new_yaff.system.YaffSys


   .. py:attribute:: md_engine
      :type:  IMLCV.implementations.MdEngine.NewYaffEngine


   .. py:method:: create(md_engine: IMLCV.implementations.MdEngine.NewYaffEngine)
      :staticmethod:



   .. py:method:: compute(gpos=False, vtens=False) -> tuple[IMLCV.base.bias.EnergyResult, tuple[IMLCV.base.bias.EnergyResult, jax.Array]]


