wright-group / WrightSim

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

Make frequency/time unit system customizable #32

Open ddkohler opened 6 years ago

ddkohler commented 6 years ago

WrightSim.experiment.pulse.wn_to_omega is the factor that connects time domain quantities to their Fourier Transform representation. At the moment, this attribute is a constant, consistent with fs-wavenumber unit convention, but if we allow this number to be customized, we can let the user decide which unit system is desirable.

Desirable pseudocode: WrightSim.declare_units(time='fs', frequency='eV')