OpenRDM
An open-source library for reduced-density matrix-based analysis and computation
Running the tests

Since the current implementation of the OpenRDM package is managed via CMake, the tests can be run using the "ctest" command. For seeing the results of the running tests in the active terminal, add the -V option to the ctest command for a verbose output:

1 ctest -V

The list of available tests can be querried via adding the -N option to the ctest command:

1 ctest -N

The aforementioned command also prints the test number attributed to each test case that can be individually selected and called via adding the -I option to the ctest command:

1 ctest -I 2

which in this case, runs the test #2.