Table of Contents

q (occupancy)

“q” selects atoms based on their occupancy values.

Usage

q > value
q < value
(q = value)

Examples

indicate q > 0.5
indicate q < 1.0
indicate (q = 1)

Notes

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.

See Also

b

Plus

Selections