wright-group / WrightSim

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

mixed domain scan capability #5

Closed untzag closed 5 years ago

untzag commented 7 years ago

potential syntax for scanning:

import WrightSim as ws

# experiment
trive = ws.experiment.builtins['TRIVE']
trive.d2.points = np.linspace(0, 1, 100)

# system
system = ws.mixed.system.from_ini('\..\..\PbSe.ini')
system.tau_ag = 50.  # 'hot switching' of hamiltonian params

scan = ws.mixed.Scan(system, trive)
response = scan.run()
response.save(path)
ksunden commented 5 years ago

Closing, as this is done, I think, though the api is slightly different. (And saving isn't done yet, but that is a different issue)

Reopen if you disagree