sgill2
sgill2
This PR aims to incorporate internal coordinate darting moves with the existing set of moves in `BLUES`. Things that still need to be done: 1. [x] Improve docstrings 2. [x]...
## Description Adds a `propRegion` option to the integrator to allow focusing the additional propagation steps either in the sterics (in the middle) or the electrostatics (at either ends of...
This PR allows the Move class the option to directly impact the acceptance ratio of a move by the `Move.acceptance_ratio` attribute. This can potentially come into effect in a variety...
There's a conditional part of the log(accept) that checks for if the energy is nan and immediately rejects it. Going by nan logic, they shouldn't be accepted if they pop...