-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
docAdd documentation for thisAdd documentation for this
Description
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"
)
Metadata
Metadata
Assignees
Labels
docAdd documentation for thisAdd documentation for this