Source code for pytc.lmat
"""JAX implementation of three-electron matrix elements."""
[docs]
def calc_L():
"""JAX version of L matrix computation."""
raise NotImplementedError("JAX implementation pending")
[docs]
def calc_L_symmetric():
"""JAX version of symmetric L matrix computation."""
raise NotImplementedError("JAX implementation pending")