openforcefield / openff-qcsubmit

Automated tools for submitting molecules to QCFractal
https://openff-qcsubmit.readthedocs.io/en/latest/index.html
MIT License
26 stars 4 forks source link

Add minimum N conformers result filter #162

Closed SimonBoothroyd closed 3 years ago

SimonBoothroyd commented 3 years ago

Description

This PR adds a new filter that only retains records for associated with a particular unique molecule if that molecule has a certain number of records (i.e. conformers) associated with it.

This is useful, for example, when you want to train to relative energies and hence need to make sure there are at least 2 conformers present. This is especially true when used in conjunction with the ConformerRMSDFilter.

Status

codecov[bot] commented 3 years ago

Codecov Report

Merging #162 (91074e0) into master (44c0f9f) will increase coverage by 0.15%. The diff coverage is 97.14%.