Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 500 Bytes

File metadata and controls

19 lines (11 loc) · 500 Bytes

clebsch-gordan

A python-based Clebsch-Gordan Coefficient calculator. This code is from my much younger days, one of my first forays into Python back in the 2.3 days, so it is ridiculously long in the tooth. Nevertheless, it gets the job done.

More information here.

Requirements

  • Python (any within the last decade should be good)
  • PIL (or Pillow)

TODO:

  • Completely refactor code
  • Update command line interface to use the argparse module