deep_causality_quantum 0.3.0

Quantum causal models on the causal monad: quantum-information kernels, gates, and the operator layer for DeepCausality.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * SPDX-License-Identifier: MIT
 * Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
 */

//! Shared test fixtures. They live in the source tree because Bazel test targets cannot reach a
//! helper under `tests/`, so they are compiled into the library and tested like any other module.

pub(crate) mod fixtures;
pub(crate) mod hand_built_complex;

pub use fixtures::*;
pub use hand_built_complex::*;