We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When you implement new functionality into OpenQP, it is a good practice to add corresponding test files. To do this:
save_mol=true
[guess]
examples
That’s it!
Now, if you run openqp --run_test <your_subdirectory_name>, it will execute the tests for your files.
openqp --run_test <your_subdirectory_name>
Going back to Code Examples