libAtoms / abcd

1 stars 4 forks source link

inconsistent configuration count between summary and delete #39

Closed gabor1 closed 5 years ago

gabor1 commented 5 years ago

docker:$ abcd summary -q volker -q formula~C -p formula

info.formula count: 3832 unique: 105 52 C216H19 51 C216H9 51 C216H59

docker:$ abcd delete -q volker -q formula~C Please use --yes for deleting 7463 configurations docker:$

fekad commented 5 years ago

The delete command only used the last query term and all the previous ones have been ignored. Now it supports multiple query terms.