sympy is an optional requirement. So, blueqat should work without installing sympy
importing sympy is slow. In this implementation, sympy is imported when sympy backend is called in the first time and if sympy backend is not used, import sympy does not occur.
However, using many global vars is not a good implementation :(
Thanks.
Sorry for the late reply. It's Python's specifications.
So, global vars are used.
I implement this code because
sympy
is an optional requirement. So, blueqat should work without installing sympyHowever, using many global vars is not a good implementation :( Thanks.