deep_causality_metric 0.2.2

Metric signature types and sign conventions for Clifford algebras and physics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * SPDX-License-Identifier: MIT
 * Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
 */

mod aliases;
mod east_coast;
mod lorentzian_metric;
mod west_coast;

pub use aliases::{
    MINKOWSKI_4D, PARTICLE_MINKOWSKI_4D, ParticleMetric, PhysicsMetric, RELATIVITY_MINKOWSKI_4D,
    RelativityMetric,
};
pub use east_coast::EastCoastMetric;
pub use lorentzian_metric::LorentzianMetric;
pub use west_coast::WestCoastMetric;