Open martin-ueding opened 6 years ago
In typedefs.h we have several structs: VdaggerVQuantumNumbers
and OperatorLookup
which is just a std::vector<VdaggerVQuantumNumbers>
, an int and a bool. If these two numbers are refactored somewhere else (e.g. into the DilutedFactorLookup
) the abstraction layer is completely transparent and may be removed.
What did we had in mind when we opened this ticket, @maowerner? I cannot even recall what the plan was …