This PR proposes a first step towards a better organization of the code, by adding a utils module which contains all basic function used throughout the library.
Add:
a utils module
Fix:
in LFQ, replaces the use of lambda function by simply using the 2**dim variable.
This PR proposes a first step towards a better organization of the code, by adding a
utils
module which contains all basic function used throughout the library.Add: a
utils
moduleFix: in LFQ, replaces the use of lambda function by simply using the
2**dim
variable.Lint: all imports in all files.