“q” selects atoms based on their occupancy values.
q > value
q < value
(q = value)
indicate q > 0.5 indicate q < 1.0 indicate (q = 1)
Due to parsing limitations, the equals sign “=” must be used within explicit parentheses in order to distinguish it from assignment of a keyword parameter to a command.