Cytnx
Cytnx copied to clipboard
LinOp structure
The first argument of LinOp can be mv or mv_ele. I suggest splitting them to two classes. For mv, the construcer can take no argument (if all are their default values). For example, the following code should work
cytnx.LinOp.__init__(self)