Contributor: Jaydev Singh Rao (JaydevSR@github)
Mentor: Joe Greener (jgreener64@github)
Project: Implementation of REMD methods in JuliaMolSim/Molly.jl
https://github.com/JuliaMolSim/Molly.jl
https://github.com/JaydevSR/ReplicaExchangeMD.jl/
https://github.com/JuliaMolSim/Molly.jl/pull/86
https://github.com/JuliaMolSim/Molly.jl/pull/95
https://github.com/JuliaMolSim/Molly.jl/pull/89
https://github.com/JuliaMolSim/Molly.jl/pull/64
https://github.com/JuliaMolSim/Molly.jl/pull/76
https://github.com/JuliaMolSim/Molly.jl/pull/62
place_atoms
did not terminate if number of atoms are more than the size of box. Fixed this using a check on maximum atoms that can fit in the box. Also added a termination conditions if an atom has not been placed after some n_attempts
number of steps. PR got merged on June 4. Released in v0.10.3.visualize
function (due to changes in GLMakie.jl package). Fixed by chemicalfiend.