I'd like to be able to do something like:
abcd summary -q "ABS(E_MP2_3b)>0.01" -p "E_MP2_3b"
This would be useful when checking for the large differences between 2 calculation methods.
(It could be also solved by the OR operator but I haven't figured out how to use this yet - the following didn't work:
$ abcd summary -q "E_MP2_3b<-0.01" OR "E_MP2_3b>0.01" -p "E_MP2_3b"
$ abcd summary -q "E_MP2_3b<-0.01 OR E_MP2_3b>0.01" -p "E_MP2_3b"
)
I'd like to be able to do something like:
This would be useful when checking for the large differences between 2 calculation methods.
(It could be also solved by the OR operator but I haven't figured out how to use this yet - the following didn't work:
)