Marcel-Rodekamp / NSL

Nanosystem Simulation Library (NSL) implements statistical simulations for systems on the nanoscale
Other
2 stars 0 forks source link

Parameter pack variable orders should match corresponding functions if possible. #143

Open evanberkowitz opened 1 year ago

evanberkowitz commented 1 year ago

We should probably make the order of these parameters match the order of the HubbardExp; see line 47 of src/NSL/FermionMatrix/Impl/hubbardExp.hpp

_Originally posted by @evanberkowitz in https://github.com/Marcel-Rodekamp/NSL/pull/142#discussion_r1196277386_

This doesn't need to be solved in #142, but we should go through and make this consistent at some point.