Crystal Symmetry Classification

Elastic tensors are 3×3 symmetric positive-definite matrices on GL+(3)/SO(3). Proprietary geometric descriptors classify crystal symmetry, interpolate alloy properties, and detect phase transitions — all respecting the manifold constraint.

📜 Patent Pending — App #64/011,820

The Materials Challenge

The Problem

Elasticity tensors describe how materials respond to stress. The Voigt-averaged 3×3 stiffness matrix is symmetric positive-definite, but standard analysis treats it as a flat vector of 6 numbers.

This creates real problems: Euclidean interpolation between alloys can produce non-physical negative eigenvalues. Classification by crystal symmetry (cubic, hexagonal, tetragonal, etc.) fails under arbitrary coordinate rotations. Standard distance metrics can’t handle the 3+ orders of magnitude eigenvalue spread across material classes.

The Geometric Solution

On the Riemannian symmetric space GL+(3)/SO(3), the affine-invariant metric naturally respects positive-definiteness. Geodesic interpolation between materials stays physical at every intermediate point. The V+/V decomposition separates shear anisotropy (5D) from bulk modulus (1D).

Proprietary geometric descriptors derived from the manifold structure achieve 96.8% crystal symmetry classification on 1,181 real materials — with complete rotation invariance guaranteed by construction.

V+ / V Decomposition for Elasticity

For 3×3 Voigt stiffness matrices, the tangent space decomposes into:

  • V+ (5 dimensions) — traceless modes encoding shear anisotropy: directional stiffness variation, Zener ratio, Poisson asymmetry
  • V (1 dimension) — pure trace encoding bulk modulus: overall stiffness magnitude

Crystal symmetry is determined by the pattern of anisotropy (V+), not the overall stiffness (V). The geometric framework naturally focuses on this distinction.

Benchmark Highlights

Validated on 1,181 real materials from the Materials Project database.

96.8%

Crystal Symmetry Classification

7 symmetry classes (cubic, hexagonal, tetragonal, orthorhombic, monoclinic, triclinic, trigonal)

1,181

Real Materials

Published elastic constants from Materials Project (Jain et al. 2013)

13,513×

Rotation Invariance

Improvement over Euclidean methods under random SO(3) coordinate rotations

8

StiffnessDescriptor Features

Patent-pending geometric fingerprint: anisotropy index, Zener ratio, geodesic spread, curvature signature

Classification Accuracy by Method

Crystal symmetry classification on 1,181 materials. Riemannian methods dramatically outperform Euclidean approaches.

Rotation Invariance

Crystal symmetry classification must be independent of the coordinate frame. Euclidean methods fail catastrophically under rotation; Riemannian methods are invariant by construction.

Euclidean (Flat) Methods

Treat the 6 Voigt components as a flat vector. A simple coordinate rotation scrambles the components completely. Classification accuracy drops from 71.7% to 0.005% under random rotations — worse than random guessing.

0.005%

After random rotation

Riemannian (Geometric) Methods

Operate on the full 3×3 SPD matrix. The affine-invariant metric satisfies d(RART, RBRT) = d(A, B) for all rotations R. Classification accuracy is identical before and after rotation — guaranteed by the math.

96.8%

Unchanged under any rotation

Industrial Applications

Geometric materials analysis enables capabilities impossible with standard methods.

Additive Manufacturing QC

Classify build quality from measured elastic tensors. Detect porosity, grain misalignment, and annealing defects by their geometric signature on the SPD manifold. Few-shot: characterize a new alloy from 5-10 measured samples.

Alloy Design & Interpolation

Geodesic interpolation between known alloys produces physically valid intermediate stiffness tensors at every composition. Euclidean interpolation violates positive-definiteness — the geometric approach guarantees physical validity.

Phase Transition Detection

Monitor geodesic distance between rolling elasticity measurements to detect structural phase transitions in real time. The V+/V decomposition separates symmetry-breaking (V+ shift) from thermal softening (V shift).

Metamaterial Optimization

Design metamaterials with target anisotropy profiles by optimizing on the SPD manifold. The 8-feature StiffnessDescriptor provides a compact fingerprint for rapid similarity search across material databases.

Method Comparison

API Playground

Usage Example

Python
import requests

# Classify crystal symmetry from elastic tensor
response = requests.post(
    "https://api.omnisciences.io/materials/classify",
    json={
        "stiffness_matrix": C.tolist(),  # 3x3 Voigt-averaged SPD
    }
)

result = response.json()
print(f"Symmetry: {result['prediction']}")
# Symmetry: cubic
print(f"Confidence: {result['confidence']:.1%}")
# Confidence: 97.0%

# Geodesic interpolation between two alloys
interp = requests.post(
    "https://api.omnisciences.io/materials/interpolate",
    json={
        "tensor_a": C_steel.tolist(),
        "tensor_b": C_titanium.tolist(),
        "t": 0.5,  # midpoint on geodesic
    }
)
# Result is guaranteed SPD (physically valid)

Industries

Aerospace & Composites

Find all elastic tensors matching target stiffness, weight, and symmetry constraints. Inverse design gives the complete solution set, not one optimizer guess.

Additive Manufacturing

Design lattice parameters for target effective elastic properties. Map the full feasible design space via parameter homotopy.

Data Quality

Validate elastic tensor databases at scale. We flagged 15.2% of Materials Project entries as non-SPD (thermodynamically impossible). Catch bad data before it trains your ML models.

Plans

Academic

$0
  • ✓ 100 tensor analyses/month
  • ✓ SPD validation + symmetry classification
  • ✓ Geodesic distance + interpolation
Get Access
Engineering

Professional

$1.5K/mo
  • ✓ Unlimited analyses
  • ✓ Inverse design (target properties → all tensors)
  • ✓ Anomaly detection + quality reports
  • ✓ Alloy interpolation paths
Start Trial

Enterprise / Platform

Custom
  • ✓ Database validation service
  • ✓ Ansys/COMSOL plugin integration
  • ✓ White-label OEM licensing
  • ✓ Dedicated support
Contact Us

Database validation consulting: $20K–$50K per database audit. Learn more