LLNL / quandary

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

testNames #10

Open relugzosiraba opened 2 years ago

relugzosiraba commented 2 years ago

It says “Name your tests in testNames.” under “How to add a test” in https://github.com/LLNL/quandary/blob/master/tests/REGRESSIONTEST.md. Is testNames the one in .sh files in tests/Z for a given test Z? When I search for testNames in the repo, I get: https://github.com/LLNL/quandary/search?q=testNames. For the specific example in “How to add a test” (AxCpiPulse), would the .sh file be in tests/AxCpiPulse?

All the testNames in the given .sh files in tests directory are adjoint. What options are there other than adjoint? Are the testNames options the same as runtype options (as in https://github.com/LLNL/quandary/blob/master/tests/qubit/qubit.cfg)?