Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rufflewind/wigner-symbols-rs
Exact Clebsch–Gordan coefficients and Wigner 3-jm, 6-j, and 9-j symbols in Rust.
https://github.com/rufflewind/wigner-symbols-rs
clebsch-gordan-coefficients quantum-mechanics rust
Last synced: about 2 months ago
JSON representation
Exact Clebsch–Gordan coefficients and Wigner 3-jm, 6-j, and 9-j symbols in Rust.
- Host: GitHub
- URL: https://github.com/rufflewind/wigner-symbols-rs
- Owner: Rufflewind
- License: apache-2.0
- Created: 2017-10-20T06:23:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T07:05:29.000Z (over 3 years ago)
- Last Synced: 2024-10-31T11:44:52.960Z (2 months ago)
- Topics: clebsch-gordan-coefficients, quantum-mechanics, rust
- Language: Rust
- Homepage: https://docs.rs/wigner-symbols
- Size: 39.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `wigner-symbols`
[![Documentation](https://docs.rs/wigner-symbols/badge.svg)](https://docs.rs/wigner-symbols)
[![Crates.io](https://img.shields.io/crates/v/wigner-symbols.svg)](https://crates.io/crates/wigner-symbols)
[![Build Status](https://github.com/Rufflewind/wigner-symbols-rs/actions/workflows/build.yml/badge.svg)](https://github.com/Rufflewind/wigner-symbols-rs/actions/workflows/build.yml)Calculates [Clebsch–Gordan coefficients](https://en.wikipedia.org/wiki/Clebsch%E2%80%93Gordan_coefficients) and Wigner [3-jm](https://en.wikipedia.org/wiki/3-j_symbol), [6-j](https://en.wikipedia.org/wiki/6-j_symbol), and [9-j](https://en.wikipedia.org/wiki/9-j_symbol), and 12-j symbols exactly. They are often used for coupling and recoupling angular momenta in quantum mechanics. Based on the [Haskell version of `wigner-symbols`](https://github.com/Rufflewind/wigner-symbols).
The definition of 12-j symbols is based on the equation (19.3) of the following textbook.
* A. P. Yutsis, I. B. Levinson, and V. V. Vanagas, *Mathematical Apparatus of the Theory of Angular Momentum* (Israel Program for Scientific Translations, Jerusalem, 1962).