mlund / faunus

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

Sasa celllist #397

Closed Smutekj closed 3 years ago

Smutekj commented 3 years ago

Description

Added cell list neighbour search for sasa calculation in cuboid and sphere geometries

Checklist

mlund commented 3 years ago

@Smutekj There seems to be conflicts, so I think you'll need to merge master with sasa-celllist locally, then commit again. Something like this:

git pull
git checkout sasa-celllist
git merge master