We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85d6c3 commit 8561122Copy full SHA for 8561122
docs/source/index.rst
@@ -81,6 +81,8 @@ The resulting hamiltonian and element signatures are:
81
examples/example-08.ipynb
82
examples/example-09.ipynb
83
examples/example-10.ipynb
84
+ examples/example-11.ipynb
85
+ examples/example-12.ipynb
86
87
.. toctree::
88
:caption: API:
@@ -96,6 +98,7 @@ The resulting hamiltonian and element signatures are:
96
98
modules/multipole.rst
97
99
modules/dipole.rst
100
modules/alignment.rst
101
+ modules/cavity.rst
102
103
Indices and tables
104
==================
docs/source/modules/cavity.rst
@@ -0,0 +1,2 @@
1
+.. automodule:: elementary.cavity
2
+ :members:
0 commit comments