HISKP-LQCD / sLapH-contractions

Stochastic LapH contraction program
GNU General Public License v3.0
3 stars 3 forks source link

Remove OperatorLookup #35

Open martin-ueding opened 6 years ago

martin-ueding commented 6 years ago

What did we had in mind when we opened this ticket, @maowerner? I cannot even recall what the plan was …

maowerner commented 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.