Skip to content

Question: absolute value in queries #90

@eszter137

Description

@eszter137

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

No one assigned

    Labels

    docAdd documentation for this

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions