torchmd / torchmd-net

Training neural network potentials
MIT License
335 stars 75 forks source link

Implement element filtering in the Ace datasets #206

Closed raimis closed 11 months ago

raimis commented 1 year ago

Example: load sample containing only H and C

from torchmdnet.datasets import Ace

ds = Ace(".", paths="dataset.h5", atomic_numbers=[1, 6])
raimis commented 11 months ago

@RaulPPelaez at the end, I don't need this.