You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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')
The text was updated successfully, but these errors were encountered: