Threshold Charge

Description

Select atoms whose charge value meets various criterias.

Input Ports

molecule_in MolecularDataType Molecular data.

Parameters

min slider Minimum value of the charge value.
max slider Maximum value of the charge value.
Threshold operation radio buttons Select the kind of threshold:
below min
Pass to output only the atoms whose charge value is below min
below or equal min
Pass to output only the atoms whose charge value is equal or below min
between min and max
Pass to output only the atoms whose charge value is between min and max included
proper between min and max
Pass to output only the atoms whose charge value is between min and max excluded
above max
Pass to output only the atoms whose charge value is above max
above or equal max
Pass to output only the atoms whose charge value is equal or above max
exactly equal max
Pass to output only the atoms whose charge value is exactly equal to max

Output Ports

molecule_out MolecularDataType Selected molecular data.