mlund / faunus

A Framework for Metropolis Monte Carlo Simulation of Molecular Systems
https://faunus.readthedocs.io
MIT License
65 stars 34 forks source link

Use optional integer to store exchange partner #455

Closed mlund closed 3 months ago

mlund commented 3 months ago

This should have the exact same output but with slightly better code readability / safety since the non-value -1 is replaced with an optional structure.