Skip to content

A tool which finds the Clebsh-Gordan coefficient, given values of j and m

Notifications You must be signed in to change notification settings

solomonsanderson/Clebsh-Gordan-Coefficient-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clebsh-Gordan Coefficient finder

This tool is designed to make finding Clebsh-Gordan coefficients easier. This is done using SQLite to make a database (see database.py) and PyQT5 to create a UI (see interface.py).

I use Clebsh-Gordan coefficients in particle physics to calculate the bound state of 2 angular momentum states. To do this I use the equation below in which the Clebsh-Gordan coefficent is seen as C(j1, j2)(j)m1,m2:

Currently the program only includes the 1/2 x 1/2 coefficients as I have not added the rest to the database yet.

The application is seen below:

For more information on Clebsh-Gordan coefficients see this link: https://en.wikipedia.org/wiki/Clebsch%E2%80%93Gordan_coefficients.

In this code I have created the database using data from the particle data group which can be found here: https://pdg.lbl.gov/2002/clebrpp.pdf.

About

A tool which finds the Clebsh-Gordan coefficient, given values of j and m

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages