Browse Source

Cleaner docs: index.rst

master
Pete Shadbolt 7 years ago
parent
commit
f4bf42136d
1 changed files with 2 additions and 29 deletions
  1. +2
    -29
      doc/index.rst

+ 2
- 29
doc/index.rst View File

@@ -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:



Loading…
Cancel
Save