wright-group / WrightSim

A simulation package for multidimensional spectroscopy.
MIT License
4 stars 0 forks source link

Make mu more general #16

Open ksunden opened 6 years ago

ksunden commented 6 years ago

Perhaps go to using an OrderedDict for mu, rather than the list which aligns with the states of rho

I was originally under the impression that that would work, but realize now that it does not. We need a way to track the label of mu with the value. Direct indexing is nice for portability to C implementation for CUDA. (The labels won't be tracked)