cpx-coords 0.1.5

To power the rust-quantum project, this library provides a robust `Cpx` type, specifically optimized for the intensive complex number multiplications required for quantum gate applications and tensor product operations. It supports various coordinate representations to maximize performance.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Contributing to cpx-coords

Thanks for your interest in contributing!

By submitting a pull request, issue, or any other contribution, you agree to license your contribution under the terms of the **MIT License** and **Apache License 2.0**, as specified in the project's `LICENSE-MIT` and `LICENSE-APACHE` files.

This dual-licensing helps maximize compatibility with the Rust ecosystem and open source projects.

## Guidelines

- Please format code using `cargo fmt`.
- Try to keep commits focused and descriptive.
- Feel free to open an issue before starting major changes.

If you have any questions, feel free to open an issue or contact the maintainers.