Open relugzosiraba opened 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?
testNames
tests/Z
AxCpiPulse
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)?
adjoint
runtype
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 intests/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 intests/AxCpiPulse
?All the testNames in the given .sh files in tests directory are
adjoint
. What options are there other thanadjoint
? Are thetestNames
options the same asruntype
options (as in https://github.com/LLNL/quandary/blob/master/tests/qubit/qubit.cfg)?