We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
steffi7574
chldkdtn
No branches or pull requests
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)?The text was updated successfully, but these errors were encountered: