Cavity (Domain) {{ index+1 }}
{% if is_cyclic %}
Warning: The cavity domain is infinite.
{% endif %} {% if not is_cyclic %} {% if surface is not none %} {% endif %} {% if volume is not none %} {% endif %} {% if surface_to_volume_ratio is not none %} {% endif %} {% if volume_fraction is not none %} {% endif %} {% if mass_center is not none %} {% endif %} {% if squared_gyration_radius is not none %} {% endif %} {% if asphericity is not none %} {% endif %} {% if acylindricity is not none %} {% endif %} {% if anisotropy is not none %} {% endif %} {% if characteristic_radius is not none %} {% endif %} {% endif %} {% if surface_cavity_index is not none %} {%endif %} {% if center_cavity_index is not none %} {%endif %}
center: ({{ "%.4f, %.4f, %.4f"|format(center[0], center[1], center[2]) }})
surface: {{ "%.4f"|format(surface) }} Å2
volume: {{ "%.4f"|format(volume) }} Å3
surface-area-to-volume ratio: {{ "%.4f"|format(surface_to_volume_ratio) }} Å-1
volume fraction: {{ "%.4f"|format(volume_fraction) }} %
center of mass: ({{ "%.4f, %.4f, %.4f"|format(mass_center[0], mass_center[1], mass_center[2]) }})
squared gyration radius: {{ "%.4f"|format(squared_gyration_radius) }} Å2
asphericity: {{ "%.4f"|format(asphericity) }}
acylindricity: {{ "%.4f"|format(acylindricity) }}
anisotropy: {{ "%.4f"|format(anisotropy) }}
characteristic radius: {{ "%.4f"|format(characteristic_radius) }} Å
surface cavity: {{ "Cavity %3d"|format(surface_cavity_index) }}
center cavity: {{ "Cavity %3d"|format(center_cavity_index) }}
  Focus
  Hide all other cavities (domains)
  Add to list of visible cavities (domains)
  Show all cavities (domains)
{% if missing_values is not none %}
The following attributes are not available:

Attributes are missing since the dataset has been calculated with an older program version. Recalculate to gain a complete data set.

{% endif %}