wright-group / WrightSim

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

is Axis bool into INIs #42

Closed kameyer226 closed 2 years ago

kameyer226 commented 3 years ago

Placed extra conditional into the experiment load. It allows for certain parameters of an experiment not to be incorporated as axes in a WrightSim Hamiltonian. These parameters currently do not install into the Experiment class in any form....scripts that run the simulations can load these other parameters via wt.kit or any other ini reading. An install of these "axis-less" parameters into the class can be done in a later update to the code.

This option was meant to self-contain the experiment parameters in the INI and allow the script to read the other parameters so as to apply a sinc^2 factor or other coefficient outside the run of the simulation. Sinc^2 factors do not have to be applied during the Hamiltonian propagation for 1st order simulations, for example.

kameyer226 commented 3 years ago

Relevant to #22 but does not close it