From 783e0e9c09ec57e8bd3e5fd9a703011d9d05fdbb Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Fri, 18 Nov 2016 18:50:50 -0800 Subject: [PATCH] Better explanation of tests. --- doc/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index a89dd71..081abc6 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -207,9 +207,10 @@ The ``clifford`` module provides a few useful functions: Testing ---------------------- -``abp`` has a bunch of tests. You can run them all with `nose`:: +``abp`` has a bunch of tests. It tests against all sorts of things, including the circuit model, Anders & Briegels' original code, Scott Aaronson's ``chp``, and common sense. You can run all the tests using ``nose``:: $ nosetests + ... 53 tests run in 39.5 seconds (53 tests passed) Currently I use some reference implementations of ``chp`` and ``graphsim`` which you won't have installed, so some tests will be skipped. That's expected.