File tree 36 files changed +235
-150
lines changed
36 files changed +235
-150
lines changed Original file line number Diff line number Diff line change
1
+ tensorcircuit.applications
2
+ ==================================================
3
+
4
+
5
+ .. toctree ::
6
+
7
+ ./applications_dqas.rst
8
+ ./applications_graphdata.rst
9
+ ./applications_layers.rst
10
+ ./applications_utils.rst
11
+ ./applications_vags.rst
12
+ ./applications_van.rst
13
+ ./applications_vqes.rst
Original file line number Diff line number Diff line change
1
+ tensorcircuit.applications.dqas module
2
+ ==================================================
3
+
4
+ .. automodule :: tensorcircuit.applications.dqas
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change
1
+ tensorcircuit.applications.graphdata module
2
+ ==================================================
3
+
4
+ .. automodule :: tensorcircuit.applications.graphdata
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change
1
+ tensorcircuit.applications.layers module
2
+ ==================================================
3
+
4
+ .. automodule :: tensorcircuit.applications.layers
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change
1
+ tensorcircuit.applications.utils module
2
+ ==================================================
3
+
4
+ .. automodule :: tensorcircuit.applications.utils
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change
1
+ tensorcircuit.applications.vags module
2
+ ==================================================
3
+
4
+ .. automodule :: tensorcircuit.applications.vags
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change
1
+ tensorcircuit.applications.van module
2
+ ==================================================
3
+
4
+ .. automodule :: tensorcircuit.applications.van
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change
1
+ tensorcircuit.applications.vqes module
2
+ ==================================================
3
+
4
+ .. automodule :: tensorcircuit.applications.vqes
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change
1
+ tensorcircuit.backends
2
+ ==================================================
3
+
4
+
5
+ .. toctree ::
6
+
7
+ ./backends_backend_factory.rst
8
+ ./backends_jax_backend.rst
9
+ ./backends_numpy_backend.rst
10
+ ./backends_pytorch_backend.rst
11
+ ./backends_tensorflow_backend.rst
Original file line number Diff line number Diff line change
1
+ tensorcircuit.backends.backend_factory module
2
+ ==================================================
3
+
4
+ .. automodule :: tensorcircuit.backends.backend_factory
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change
1
+ tensorcircuit.backends.jax_backend module
2
+ ==================================================
3
+
4
+ .. automodule :: tensorcircuit.backends.jax_backend
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change
1
+ tensorcircuit.backends.numpy_backend module
2
+ ==================================================
3
+
4
+ .. automodule :: tensorcircuit.backends.numpy_backend
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change
1
+ tensorcircuit.backends.pytorch_backend module
2
+ ==================================================
3
+
4
+ .. automodule :: tensorcircuit.backends.pytorch_backend
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change
1
+ tensorcircuit.backends.tensorflow_backend module
2
+ ==================================================
3
+
4
+ .. automodule :: tensorcircuit.backends.tensorflow_backend
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change 1
1
tensorcircuit.channels
2
- ==========================================
2
+ ==================================================
3
3
4
- .. toctree ::
5
- :maxdepth: 4
6
-
7
-
8
- tensorcircuit.channels module
9
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
4
.. automodule :: tensorcircuit.channels
11
5
:members:
12
6
:undoc-members:
Original file line number Diff line number Diff line change 1
1
tensorcircuit.circuit
2
- ==========================================
2
+ ==================================================
3
3
4
- .. toctree ::
5
- :maxdepth: 4
6
-
7
-
8
- tensorcircuit.circuit module
9
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
4
.. automodule :: tensorcircuit.circuit
11
5
:members:
12
6
:undoc-members:
Original file line number Diff line number Diff line change 1
1
tensorcircuit.cons
2
- ==========================================
2
+ ==================================================
3
3
4
- .. toctree ::
5
- :maxdepth: 4
6
-
7
-
8
- tensorcircuit.cons module
9
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
4
.. automodule :: tensorcircuit.cons
11
5
:members:
12
6
:undoc-members:
Original file line number Diff line number Diff line change 1
1
tensorcircuit.densitymatrix
2
- ==========================================
2
+ ==================================================
3
3
4
- .. toctree ::
5
- :maxdepth: 4
6
-
7
-
8
- tensorcircuit.densitymatrix module
9
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
4
.. automodule :: tensorcircuit.densitymatrix
11
5
:members:
12
6
:undoc-members:
Original file line number Diff line number Diff line change 1
1
tensorcircuit.densitymatrix2
2
- ==========================================
2
+ ==================================================
3
3
4
- .. toctree ::
5
- :maxdepth: 4
6
-
7
-
8
- tensorcircuit.densitymatrix2 module
9
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
4
.. automodule :: tensorcircuit.densitymatrix2
11
5
:members:
12
6
:undoc-members:
Original file line number Diff line number Diff line change 1
1
tensorcircuit.experimental
2
- ==========================================
2
+ ==================================================
3
3
4
- .. toctree ::
5
- :maxdepth: 4
6
-
7
-
8
- tensorcircuit.experimental module
9
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
4
.. automodule :: tensorcircuit.experimental
11
5
:members:
12
6
:undoc-members:
Original file line number Diff line number Diff line change 1
1
tensorcircuit.gates
2
- ==========================================
2
+ ==================================================
3
3
4
- .. toctree ::
5
- :maxdepth: 4
6
-
7
-
8
- tensorcircuit.gates module
9
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
4
.. automodule :: tensorcircuit.gates
11
5
:members:
12
6
:undoc-members:
Original file line number Diff line number Diff line change 1
1
tensorcircuit.interfaces
2
- ==========================================
2
+ ==================================================
3
3
4
- .. toctree ::
5
- :maxdepth: 4
6
-
7
-
8
- tensorcircuit.interfaces module
9
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
4
.. automodule :: tensorcircuit.interfaces
11
5
:members:
12
6
:undoc-members:
Original file line number Diff line number Diff line change 1
1
tensorcircuit.keras
2
- ==========================================
2
+ ==================================================
3
3
4
- .. toctree ::
5
- :maxdepth: 4
6
-
7
-
8
- tensorcircuit.keras module
9
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
4
.. automodule :: tensorcircuit.keras
11
5
:members:
12
6
:undoc-members:
Original file line number Diff line number Diff line change 1
1
tensorcircuit.mps_base
2
- ==========================================
2
+ ==================================================
3
3
4
- .. toctree ::
5
- :maxdepth: 4
6
-
7
-
8
- tensorcircuit.mps_base module
9
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
4
.. automodule :: tensorcircuit.mps_base
11
5
:members:
12
6
:undoc-members:
Original file line number Diff line number Diff line change 1
1
tensorcircuit.mpscircuit
2
- ==========================================
2
+ ==================================================
3
3
4
- .. toctree ::
5
- :maxdepth: 4
6
-
7
-
8
- tensorcircuit.mpscircuit module
9
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
4
.. automodule :: tensorcircuit.mpscircuit
11
5
:members:
12
6
:undoc-members:
Original file line number Diff line number Diff line change 1
1
tensorcircuit.quantum
2
- ==========================================
2
+ ==================================================
3
3
4
- .. toctree ::
5
- :maxdepth: 4
6
-
7
-
8
- tensorcircuit.quantum module
9
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
4
.. automodule :: tensorcircuit.quantum
11
5
:members:
12
6
:undoc-members:
Original file line number Diff line number Diff line change 1
1
tensorcircuit.simplify
2
- ==========================================
2
+ ==================================================
3
3
4
- .. toctree ::
5
- :maxdepth: 4
6
-
7
-
8
- tensorcircuit.simplify module
9
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
4
.. automodule :: tensorcircuit.simplify
11
5
:members:
12
6
:undoc-members:
Original file line number Diff line number Diff line change
1
+ tensorcircuit.templates
2
+ ==================================================
3
+
4
+
5
+ .. toctree ::
6
+
7
+ ./templates_blocks.rst
8
+ ./templates_graphs.rst
9
+ ./templates_measurements.rst
Original file line number Diff line number Diff line change
1
+ tensorcircuit.templates.blocks module
2
+ ==================================================
3
+
4
+ .. automodule :: tensorcircuit.templates.blocks
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change
1
+ tensorcircuit.templates.graphs module
2
+ ==================================================
3
+
4
+ .. automodule :: tensorcircuit.templates.graphs
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change
1
+ tensorcircuit.templates.measurements module
2
+ ==================================================
3
+
4
+ .. automodule :: tensorcircuit.templates.measurements
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change 1
1
tensorcircuit.utils
2
- ==========================================
2
+ ==================================================
3
3
4
- .. toctree ::
5
- :maxdepth: 4
6
-
7
-
8
- tensorcircuit.utils module
9
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
4
.. automodule :: tensorcircuit.utils
11
5
:members:
12
6
:undoc-members:
Original file line number Diff line number Diff line change 1
1
tensorcircuit.vis
2
- ==========================================
2
+ ==================================================
3
3
4
- .. toctree ::
5
- :maxdepth: 4
6
-
7
-
8
- tensorcircuit.vis module
9
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
4
.. automodule :: tensorcircuit.vis
11
5
:members:
12
6
:undoc-members:
You can’t perform that action at this time.
0 commit comments