Testing qsim

Unit and integration tests are provided for qsim and its Cirq interface. To run all tests, simply run the command:

make run-tests

C++ tests

If you only want to run tests for the core C++ libraries, use this command:

make run-cxx-tests

To build tests without running them, instead use:

make cxx-tests

Cirq interface tests

Similarly, tests specific to the Python Cirq interface can be run with:

make run-py-tests