Cavity (Domain) {{ index+1 }}
{% if is_cyclic %}
Warning: The cavity domain is infinite.
{% 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) |
The following attributes are not available:
{% endif %}
-
{% for key in missing_values %}
- {{ key|replace('_', ' ') }} {% endfor %}
Attributes are missing since the dataset has been calculated with an older program version. Recalculate to gain a complete data set.