wright-group / WrightSim

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

Generalize number of time orderings #25

Open ksunden opened 6 years ago

ksunden commented 6 years ago

https://github.com/wright-group/WrightSim/blob/c7be3efa6fbd0eddddaec9738fa7b587782ddcb6/WrightSim/hamiltonian/default.py#L87-L88

Currently assumes 6, which is 3!, the number of orderings in a 3 beam experiment, but other experiments may have different values. It's possible this should always be the factorial, but we may need to discuss this

This assumption is only made for transferring a Hamiltonian to a CUDA device