SimonEnsemble / PorousMaterials.jl

Julia package towards classical molecular modeling of nanoporous materials
GNU General Public License v3.0
50 stars 11 forks source link

Reinsert move in GCMC #15

Closed SimonEnsemble closed 6 years ago

SimonEnsemble commented 6 years ago

Choose a molecule already present in the system at random, reinsert it at a different position and with a different orientation.

Only actually attempt if length(molecules)>0 of course, as in our delete move.

SimonEnsemble commented 6 years ago

done!