Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| glossary [2026/06/24 11:22] – 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 ===== | ===== 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. | * **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.** Graphics | + | * **GPU.** Graphics |
| + | |||
| + | ===== L ===== | ||
| + | |||
| + | * **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 API calls to Apple' | ||
| + | * **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 ===== | ===== S ===== | ||
| - | * **SPIR-V.** 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 ===== | ===== V ===== | ||
| + | * **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.** Vulkan® is a new-generation graphics and compute API for high-efficiency, | * **Vulkan.** Vulkan® is a new-generation graphics and compute API for high-efficiency, | ||