Skip to content

Commit 33eac34

Browse files
committed
add prop.esr
1 parent e840639 commit 33eac34

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

source/modules/pbc/ci.rst

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Program reference
1111
=================
1212

1313
.. automodule:: pyscf.pbc.ci
14+
:members:
1415

1516
.. automodule:: pyscf.pbc.ci.cisd
1617
:members:
18+
19+
.. automodule:: pyscf.pbc.ci.kcis_rhf
20+
:members:

source/modules/prop.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ The list of modules described in this chapter is:
1919
prop/nmr.rst
2020
prop/polarizability.rst
2121
prop/ssc.rst
22-
22+
prop/esr.rst

source/modules/prop/esr.rst

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
:mod:`prop.esr` --- Electron spin-rotation coupling
2+
***************************************************
3+
4+
The :mod:`prop.esr` module implements the electron spin-rotation coupling for
5+
mean-field methods.
6+
7+
8+
Program reference
9+
=================
10+
11+
.. automodule:: pyscf.prop.esr.uhf
12+
:members:
13+
14+
.. automodule:: pyscf.prop.esr.uks
15+
:members:

0 commit comments

Comments
 (0)