From f4bf42136d2bd222eb17c6b62afe0263dd299747 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Thu, 25 Aug 2016 00:32:37 +0100 Subject: [PATCH] Cleaner docs: index.rst --- doc/index.rst | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index e9e329d..91a6074 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -78,35 +78,8 @@ Working with GraphStates The ``abp.GraphState`` class is the main interface to ``abp``. .. autoclass:: abp.GraphState - - .. automethod:: abp.GraphState.__init__ - - .. automethod:: abp.GraphState.add_qubit - - .. automethod:: abp.GraphState.act_local_rotation - - .. automethod:: abp.GraphState.act_hadamard - - .. automethod:: abp.GraphState.act_cz - - .. automethod:: abp.GraphState.act_circuit - - .. automethod:: abp.GraphState.measure - - .. automethod:: abp.GraphState.to_json - - .. automethod:: abp.GraphState.to_state_vector - - .. automethod:: abp.GraphState.to_stabilizer - - .. automethod:: abp.GraphState.remove_vop - - .. automethod:: abp.GraphState.measure_x - - .. automethod:: abp.GraphState.measure_y - - .. automethod:: abp.GraphState.measure_z - + :special-members: __init__ + :members: .. _clifford: