stfc / janus

collection of scripts to train and generate data for machine learnt interatomic potentials
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Reduce energy filter bias #57

Closed ElliottKasoar closed 1 year ago

ElliottKasoar commented 1 year ago

Simplify the energy mask and reduce bias by removing the need for modulo operations, which led to an inconsistent number of structures selected in bins with a large number of potential structures, and favoured lower energy structures slightly.

Also changes the type of conditions returned to a list, allowing it to be manipulated (printed, counted, etc.) without destroying the contents.