Greatest common divisor.
a (int) – integer
b (int) – integer
largest positive integer that divides both a and b
int
Uses the Euclidean algorithm.
qit.utils.fermion_ladder
qit.utils.gellmann