Skip to content

Commit

Permalink
Merge pull request #1244 from qiboteam/quantum_network
Browse files Browse the repository at this point in the history
refactor `QuantumNetwork` to support general quantum networks
  • Loading branch information
renatomello authored Jul 20, 2024
2 parents 70b755f + ee4f624 commit c598c67
Show file tree
Hide file tree
Showing 4 changed files with 1,052 additions and 509 deletions.
11 changes: 11 additions & 0 deletions doc/source/api-reference/qibo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1952,11 +1952,22 @@ For more details, see G. Chiribella *et al.*, *Theoretical framework for quantum
`Physical Review A 80.2 (2009): 022339
<https://journals.aps.org/pra/abstract/10.1103/PhysRevA.80.022339>`_.


.. autoclass:: qibo.quantum_info.quantum_networks.QuantumNetwork
:members:
:member-order: bysource


.. autoclass:: qibo.quantum_info.quantum_networks.QuantumComb
:members:
:member-order: bysource


.. autoclass:: qibo.quantum_info.quantum_networks.QuantumChannel
:members:
:member-order: bysource


Random Ensembles
^^^^^^^^^^^^^^^^

Expand Down
122 changes: 0 additions & 122 deletions doc/source/code-examples/tutorials/quantum_networks/README.md

This file was deleted.

Loading

0 comments on commit c598c67

Please sign in to comment.