LLNL / quandary

Optimal control for open quantum systems
MIT License
46 stars 9 forks source link

Fix headers #16

Closed andersp closed 8 months ago

andersp commented 8 months ago

The main improvement is to add underscores in the header strings in the 'optim_history.dat' file. This allows the file to easily be read by Julia using the DelimitedFiles package; a Julia script is also included. I also made a couple of changes to the QFT2 and QFT3 test cases to allow them to be run with multiple time windows. Please see the individual commits for further details.