@pabloferz This sounds like a very basic functionality that is probably implemented, but after looking through the code I still fail to find it.
I intend to run my MDs with jax-md+PySAGES. After the enhanced sampling simulation finishes, i.e after pysages.run(), I need to have access to the updated neighborlists and (in case of an NPT simulation) to the box-parameters. However, the Results class does not seem to contain these objects.
Is there a way to get the updated neighborlist after PySAGES+jax-md finishes?