When setting Verbose=True for r2HPDHG, the function will call mpax.solver_log.display_problem_details, which throws an error on line 195, since qp.constraint_matrix.data will throw an AttributeError: 'jaxlib.xla_extension.ArrayImpl' object has no attribute 'data'. I'm not familiar with jax, but wanted to raise this as an issue! Setting Verbose=False gets around this issue of course.