Skip to content

SU(2) algebra and group elements

Patrick Kappl requested to merge PatrickKappl/openpixi_c:master into master

I implemented a class for SU(2) group and algebra elements with basic operators and functions including e.g.: addition, multiplication, and exponentiation. I also added a header file defining a new type real_t which allows to switch between single and double precision at compile time.

Merge request reports