You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would probably be a good idea to fully restructure the module, creating sub-modules.
For example, we could create a SuperOperators submodule and put there functions like CommutatorSuperOp, LeftSuperOp, etc. This would further allow for simpler naming conventions. We could export the submodule so that a user would by default call SuperOperators.Commutator, SuperOperators.Left, and so on.
The text was updated successfully, but these errors were encountered:
It would probably be a good idea to fully restructure the module, creating sub-modules.
For example, we could create a
SuperOperators
submodule and put there functions likeCommutatorSuperOp
,LeftSuperOp
, etc. This would further allow for simpler naming conventions. We could export the submodule so that a user would by default callSuperOperators.Commutator
,SuperOperators.Left
, and so on.The text was updated successfully, but these errors were encountered: