Closed Binbose closed 1 month ago
Thanks for the interest in Lennard-Jones. This example is still in beta. I met some folks at MaxEnt who do this line of research and thought to make an example with jaxns, but didn't have time to complete it. I think I'll explicitly label examples as beta if still a work in progress. I'll ping you here when it's done.
Hey, thank you for the quick reply! Maybe it isn't a bug (except for the error estimates of logZ, those seem off), and I just didn't wait long enough. What is roughly the expected runtime for the problem setup from the example on a single GPU?
It runs much faster now. Upgrade to latest.
@Binbose I will close for now since it's resolved.
Describe the bug I tried to run the Lennard-Jones example from the documentation. With all the default settings exactly copied, the algorithm doesn't finish even after an hour of running on an RTX2070 GPU. I then tried to reduce the max_samples to 1e3, and it finished, but the results seem strange:
Rerunning it with 5e3 samples, I get this
What I find particularly strange is that the logZ values jump so much from the first to the second run. Also, I would expect the error bars from the first and second run to overlap, but this is not the case. Is this the expected behaviour? Similar things happen if I simplify the example to only two particles.