Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| glossary [2023/09/20 08:20] – Michael Böhme | glossary [2026/07/21 22:26] (current) – [G] Michael Böhme | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Glossary ====== | ====== Glossary ====== | ||
| + | |||
| + | ~~NOTOC~~ | ||
| + | |||
| + | ===== A ===== | ||
| + | |||
| + | * **Asymmetric Unit.** The smallest unique fraction of a crystal structure. By applying the symmetry operations of the crystal' | ||
| + | |||
| + | ===== B ===== | ||
| + | |||
| + | * **BVS.** Bond Valence Sum. An empirical method in crystallography and coordination chemistry used to estimate the oxidation states of atoms based on observed bond lengths. shapeXT supports numerical approaches by Brown (1985) and O' | ||
| + | |||
| + | ===== C ===== | ||
| + | |||
| + | * **CShM.** Continuous Shape Measures. A quantitative approach used in coordination chemistry to evaluate the degree of distortion of a molecule' | ||
| + | * **COD.** Crystallography Open Database. An open-access collection of crystal structures of organic, inorganic, metal-organic compounds, and minerals. shapeXT allows users to fetch and visualize structures directly from this database using a 7-digit ID. | ||
| + | * **CPU.** Central Processing Unit. The primary hardware component responsible for executing general-purpose instructions and logic. | ||
| + | |||
| + | ===== F ===== | ||
| + | |||
| + | * **FXAA.** Fast Approximate Anti-Aliasing. An efficient post-processing anti-aliasing technique that smooths edges across the rendered image without requiring additional VRAM or extra geometric sampling. | ||
| ===== G ===== | ===== G ===== | ||
| - | ==== GPU ==== | + | * **GPU.** Graphics Processing Unit. A highly parallel hardware accelerator designed to perform thousands of mathematical calculations simultaneously. The GPU is optimized for massive parallel computing and shapeXT relies heavily on the GPU via Vulkan to execute shaders. |
| - | ===== V ===== | + | ===== L ===== |
| - | ==== Vulkan ==== | + | * **Laue class.** One of the 11 centrosymmetric crystallographic point groups that describe the diffraction symmetry of a crystal. Because of Friedel' |
| + | |||
| + | ===== M ===== | ||
| + | |||
| + | * **MoltenVK.** A software translation layer that maps Vulkan | ||
| + | * **MSAA.** Multi-Sample Anti-Aliasing. A hardware-accelerated anti-aliasing technique that improves edge quality by taking multiple samples per pixel along geometry boundaries. While it delivers crisp visuals, it significantly increases VRAM consumption especially at high screen resolutions. | ||
| + | |||
| + | ===== O ===== | ||
| + | |||
| + | * **OIT.** Order-Independent Transparency. A technique that correctly renders overlapping transparent geometry (such as semi-transparent polyhedra) without requiring objects to be sorted from back-to-front. shapeXT utilizes a dedicated alpha buffer in GPU memory to achieve accurate real-time OIT. | ||
| + | |||
| + | ===== S ===== | ||
| + | |||
| + | * **Space Group.** A mathematical description of the complete 3D symmetry of a crystal lattice. It combines point group symmetries (e.g., rotations and reflections) with translational symmetries (e.g., glide planes and screw axes). There are 230 unique space groups in three-dimensional crystallography. shapeXT fully supports all these 230 space groups. | ||
| + | * **SPIR-V.** Standardized intermediate binary representation for graphics shaders. In shapeXT, all rendering shaders are compiled into SPIR-V to ensure minimal initialization times and cross-platform reliability. SPIR-V™ is a registered trademark of the Khronos Group Inc. | ||
| + | |||
| + | ===== U ===== | ||
| + | |||
| + | * **Unit Cell.** The smallest repeating basic building block of a crystal lattice that represents the full symmetry and structural characteristics of the macroscopic crystal. It is defined by its lattice parameters: three lengths (//a, b, c//) and three angles (//α, β, γ//). By translating the unit cell along its axes, the entire crystal lattice is built. | ||
| + | |||
| + | ===== V ===== | ||
| - | Vulkan® is a new-generation graphics and compute API for high-efficiency, | + | * **VRAM.** Video Random-Access Memory. High-speed memory physically located on the graphics card (GPU). It holds framebuffers, |
| + | * **VSA.** Visible Solid Angle. A metric used to quantify the steric accessibility of a metal binding site and its capacity to accommodate additional ligands. By evaluating the open space around a central atom, this approach helps predict crossover points for coordination (e.g., binding in complex cations). shapeXT features integrated visible solid angle calculation and visualization. | ||
| + | * **Vulkan.** | ||