Skip to content

Commit 30b45e1

Browse files
committed
add rt
1 parent 33eac34 commit 30b45e1

File tree

6 files changed

+23
-16
lines changed

6 files changed

+23
-16
lines changed

Diff for: source/modules.rst

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ This chapter lists all the modules included in the main body of the PySCF packag
3131
modules/pbc.rst
3232
modules/prop.rst
3333
modules/qmmm.rst
34+
modules/rt.rst
3435
modules/scf.rst
3536
modules/semiempirical.rst
3637
modules/sgx.rst

Diff for: source/modules/rt.rst

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _rt:
2+
3+
:mod:`rt` --- Real-time time-dependent density functional theory
4+
****************************************************************
5+
6+
The :mod:`rt` module implements the real-time time-dependent mean-field methods.
7+
8+
Program reference
9+
=================
10+
11+
.. automodule:: pyscf.rt.tdscf
12+
:members:
13+
14+
.. automodule:: pyscf.rt.tdfields
15+
:members:

Diff for: source/theory.rst

+1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ This chapter introduces the basic theories of these methods and some of their mo
2121
theory/adc.rst
2222
theory/mcscf.rst
2323
theory/tddft.rst
24+
theory/rt.rst
2425
theory/eomcc.rst
2526
theory/pbc.rst

Diff for: source/theory/ci.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _theory_ci:
12

23
Configuration interaction (CI)
34
******************************
@@ -11,16 +12,9 @@ Complete active space CI (CASCI)
1112
================================
1213

1314

14-
15-
Restriced active space CI (RASCI)
16-
=================================
17-
18-
19-
2015
Full CI
2116
=======
2217

2318

2419
Selected CI
2520
===========
26-

Diff for: source/theory/mcscf.rst

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
1+
.. _theory_mcscf:
22

33
Multi-configurational self-consistent field (MCSCF)
44
***************************************************
55

66

7-
8-
9-
107
Complete active space self-consistent field (CASSCF)
118
====================================================
12-
13-
14-
15-
Restriced active space self-consistent field (RASSCF)
16-
=====================================================

Diff for: source/theory/rt.rst

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. _theory_rt:
2+
3+
Real-time time-dependent density functional theory
4+
**************************************************

0 commit comments

Comments
 (0)